Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY extensible_enumeration_type
          SUBTYPE OF (enumeration_type);
END_ENTITY; -- extensible_enumeration_type

Entity data types and their attributes

data_type
          name: express_id;
enumeration_type
          (OPT) local_elements: LIST [0:?] OF UNIQUE express_id;
          (DER) elements: LIST [0:?] OF UNIQUE express_id;
extensible_enumeration_type
          -

Complex entities

          extended_enumeration_type$extensible_enumeration_type (SDAI_DICTIONARY_SCHEMA)

Users: by entity attributes

data_type
          aggregation_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 attribute

extensible_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 AEntity

          public EExtensible_enumeration_type getByIndex(int index)
          public EExtensible_enumeration_type getCurrentMember(SdaiIterator it)