The Capability Value class. More...
Methods | |
Boolean.Get | |
Returns the value as a boolean. More... | |
Description.Get | |
Returns a textual description of the object. | |
Integer.Get | |
Returns the value as an integer. More... | |
Parent.Get | |
Returns the parent object. | |
String.Get | |
Returns the value as a string. More... | |
Type.Get | |
Returns the type of value. More... | |
The Capability Value class.
A capability ( Capability ) can have a different type of value ( INTEGER,BOOLEAN,STRING ). Using TypeGet you can discover the value-type and then use the corresponding getter to get the real value
Capability.Value::Boolean.Get |
Capability.Value::Integer.Get |
Capability.Value::String.Get |