Public Member Functions | |
Attribute (String name, SimpleIntrospectable introspectable, Class type, boolean readOnly) | |
Class | getAttributeType () |
SimpleIntrospectable | getIntrospectable () |
abstract RemoteCall | invokeAccessor () |
abstract RemoteCall | invokeMutator (Object value) |
boolean | isReadOnly () |
String | toString () |
Private Attributes | |
Class | type = null |
String | name = null |
boolean | readOnly = false |
SimpleIntrospectable | introspectable = null |
|
Constructs a new instance of this class. All parameters must be non-
|
|
Returns the
|
|
Returns the container for this attribute. The function returns the parameter passed into the constructor.
|
|
The method invokes remote accessor method on the introspectable instance. The return value is packed into the standard
Implemented in si::ijs::acs::objectexplorer::engine::ANKA::BACIAttribute, si::ijs::acs::objectexplorer::engine::BACI::BACIAttribute, and si::ijs::acs::objectexplorer::engine::BACI::BACIAttribute.
|
|
NOT SUPPORTED yet. Will be used for changing the value of a writable attribute.
Implemented in si::ijs::acs::objectexplorer::engine::ANKA::BACIAttribute, si::ijs::acs::objectexplorer::engine::BACI::BACIAttribute, and si::ijs::acs::objectexplorer::engine::BACI::BACIAttribute.
|
|
Returns
|
|
Overloaded to return the name of the attribute as passed into the constructor. This should be the display name in the GUI.
|
|
|
|
|
|
|
|
|