|
Interface Summary |
| BooleanValue |
The BooleanValue syntax is used for attributes whose values represent
true or false. |
| CharacterValue |
The CharacterValue syntax is used for attributes whose values represent
a char. |
| CompositeValue |
The CompositeValue is used to store heterogeneous multi-valued Value. |
| NumberValue |
The NumberValue syntax is used for attributes whose values represent
an int, a long, a float, a double, a byte, or a short. |
| SequenceValue |
The SequenceValue is a homogeneous multi-valued Value. |
| StringValue |
The StringValue syntax is used for attributes whose values are Strings. |
| Value |
The Value interface associates a 'Syntax Id', a 'Name', and
a 'Value'. |