Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY data_type
          SUPERTYPE OF (ONEOF (named_type, enumeration_type, select_type, simple_type, aggregation_type));
          name : express_id;
END_ENTITY; -- data_type

Entity data types and their attributes

data_type
          name: express_id;

Known subtypes

          aggregation_type (SDAI_DICTIONARY_SCHEMA)
          enumeration_type (SDAI_DICTIONARY_SCHEMA)
          named_type (SDAI_DICTIONARY_SCHEMA)
          select_type (SDAI_DICTIONARY_SCHEMA)
          simple_type (SDAI_DICTIONARY_SCHEMA)

Users

data_type
          aggregation_type.element_type
          function_definition.return_type
          map_or_view_input_parameter.extent
          parameter.parameter_type

Global rules for this entity data type

          -

public interface EData_type extends EEntity

name (explicit attribute)

          boolean testName(EData_type type)
          String getName(EData_type type)
          void setName(EData_type type, String value)
          void unsetName(EData_type type)

public class CData_type implements EData_type

          static EAttribute attributeName(EData_type type)

public class AData_type extends AEntity

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