Metadata_Metamodel_PrimitiveValue_Type
Metadata_Metamodel_PrimitiveValue_Type
The PrimitiveValue.Type enumerated type defines the valid types for values in constant elements.
BOOLEAN : Indicates the value is a boolean (true or false).
DOUBLE : Indicates the value is a double (64 bit floating number).
LONG : Indicates the value is a long (64 bit signed integer).
STRING : Indicates the value is a string (a variable length sequence of characters). The encoding is UTF8.
This data structure has no properties.
Enumeration:
BOOLEAN,
DOUBLE,
LONG,
STRING,