public class BACIAttribute extends Attribute
| Constructor and Description |
|---|
BACIAttribute(BACIAttribute template,
SimpleIntrospectable parent)
Insert the method's description here.
|
BACIAttribute(BACIRemoteAccess ra,
BACIRemote introspectable,
AttributeDescription desc,
DataType type)
BACIAttribute constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDescription |
getAttributeDesc()
Insert the method's description here.
|
RemoteCall |
invokeAccessor()
Insert the method's description here.
|
RemoteCall |
invokeMutator(java.lang.Object value)
Insert the method's description here.
|
getAttributeType, getIntrospectable, isReadOnly, toStringpublic BACIAttribute(BACIAttribute template, SimpleIntrospectable parent)
template - si.ijs.acs.objectexplorer.engine.BACI.BACIAttributeparent - si.ijs.acs.objectexplorer.engine.SimpleIntrospectablepublic BACIAttribute(BACIRemoteAccess ra, BACIRemote introspectable, AttributeDescription desc, DataType type)
public AttributeDescription getAttributeDesc()
public RemoteCall invokeAccessor()
invokeAccessor in class Attributepublic RemoteCall invokeMutator(java.lang.Object value)
invokeMutator in class Attributevalue - java.lang.Object