MetadataMetamodelGenericInstantiationGenericType
The GenericInstantiation.GenericType enumerated type provides enumeration values for each of the generic types provided by the infrastructure.
LIST : Indicates the generic type is a list.
MAP : Indicates the generic type is a map.
OPTIONAL : Indicates the generic type is an optional.
SET : Indicates the generic type is a set.
Enumeration: LIST, MAP, OPTIONAL, SET,