Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY non_extensible_select_type
          SUBTYPE OF (select_type);
          SELF\select_type.local_selections : SET [1:?] OF named_type;
END_ENTITY; -- non_extensible_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;
non_extensible_select_type
          (RT) local_selections: SET [1:?] OF named_type;

Complex entities

          entity_select_type$extended_select_type$non_extensible_select_type (SDAI_DICTIONARY_SCHEMA)
          entity_select_type$non_extensible_select_type (SDAI_DICTIONARY_SCHEMA)
          extended_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
non_extensible_select_type

Global rules for this entity data type

          -

public interface ENon_extensible_select_type extends ESelect_type


public class CNon_extensible_select_type implements ENon_extensible_select_type


public class ANon_extensible_select_type extends AEntity

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