ENTITY extensible_enumeration_type SUBTYPE OF (enumeration_type); END_ENTITY; -- extensible_enumeration_type |
Entity data types and their attributesdata_typename: express_id; enumeration_type (OPT) local_elements: LIST [0:?] OF UNIQUE express_id; (DER) elements: LIST [0:?] OF UNIQUE express_id; extensible_enumeration_type - |
extended_enumeration_type$extensible_enumeration_type (SDAI_DICTIONARY_SCHEMA) |
Users: by entity attributesdata_typeaggregation_type.element_type function_definition.return_type map_or_view_input_parameter.extent parameter.parameter_type enumeration_type defined_type.domain underlying_type constructed_type extensible_enumeration_type Users: by defined types, not used by any entity attributeextensible_enumeration_type- |
Global rules for this entity data type- |
public interface EExtensible_enumeration_type extends EEnumeration_type |
public class CExtensible_enumeration_type implements EExtensible_enumeration_type |
public class AExtensible_enumeration_type extends AEntitypublic EExtensible_enumeration_type getByIndex(int index)public EExtensible_enumeration_type getCurrentMember(SdaiIterator it) |