Metadata_Metamodel_ElementValue_Type

Metadata_Metamodel_ElementValue_Type
Metadata_Metamodel_ElementValue_Type

The ElementValue.Type enumerated type defines the valid types for values in metadata elements.
LONG : Indicates the type of the value is a long (64 bit signed integer).
STRING : Indicates the type of the value is a string (a variable length sequence of characters). The encoding is UTF-8.
STRING_LIST : Indicates the type of the value is a list of strings.
STRUCTURE_REFERENCE : Indicates the type of the value is an identifier for a structure element.
STRUCTURE_REFERENCE_LIST : Indicates the type of the value is a list of identifiers for a structure element.

This data structure has no properties.
Enumeration: LONG, STRING, STRING_LIST, STRUCTURE_REFERENCE, STRUCTURE_REFERENCE_LIST,