Public Member Functions | |
TypedObject () | |
TypedObject (AcsType type) | |
String | getTypeNamespace () |
String | getTypeDocumentation () |
String | getTypeName () |
String | getValue () |
void | setValue (String value) |
String | toString () |
Protected Attributes | |
AcsType | type |
String | value |
|
Constructor with no operations (unuseful?) |
|
Constructor that setup the type. |
|
Return the documentation string.
|
|
Return the typename of the type.
|
|
Return the namespace of the type
|
|
Return the current value of the object.
|
|
Setup the value of the Object
|
|
Return the current value of the object.
|
|
The object type reference |
|
The current value of the object |