Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY entity_select_type
          SUBTYPE OF (select_type);
END_ENTITY; -- entity_select_type

Entity data types and their attributes

data_type
          name: express_id;
select_type
          (OPT) local_selections: SET [1:?] OF named_type;
          (DER) selections: SET [1:?] OF named_type;
entity_select_type
          -

Complex entities

          entity_select_type$extended_select_type$extensible_select_type (SDAI_DICTIONARY_SCHEMA)
          entity_select_type$extended_select_type$non_extensible_select_type (SDAI_DICTIONARY_SCHEMA)
          entity_select_type$extensible_select_type (SDAI_DICTIONARY_SCHEMA)
          entity_select_type$non_extensible_select_type (SDAI_DICTIONARY_SCHEMA)

Users

data_type
          aggregation_type.element_type
          function_definition.return_type
          map_or_view_input_parameter.extent
          parameter.parameter_type
select_type
          defined_type.domain
                    underlying_type
                              constructed_type
entity_select_type

Global rules for this entity data type

          -

public interface EEntity_select_type extends ESelect_type


public class CEntity_select_type implements EEntity_select_type


public class AEntity_select_type extends AEntity

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