Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY simple_type
          ABSTRACT SUPERTYPE OF (ONEOF (integer_type, number_type, real_type, boolean_type, logical_type, binary_type, string_type))
          SUBTYPE OF (data_type);
END_ENTITY; -- simple_type

Entity data types and their attributes

data_type
          name: express_id;
simple_type
          -

Known subtypes

          binary_type (SDAI_DICTIONARY_SCHEMA)
          boolean_type (SDAI_DICTIONARY_SCHEMA)
          integer_type (SDAI_DICTIONARY_SCHEMA)
          logical_type (SDAI_DICTIONARY_SCHEMA)
          number_type (SDAI_DICTIONARY_SCHEMA)
          real_type (SDAI_DICTIONARY_SCHEMA)
          string_type (SDAI_DICTIONARY_SCHEMA)

Users

data_type
          aggregation_type.element_type
          function_definition.return_type
          map_or_view_input_parameter.extent
          parameter.parameter_type
simple_type
          attribute_mapping.target
                    base_type
          constant_definition.constant_value
                    base_type
          constant_definition.domain
                    base_type
          defined_type.domain
                    underlying_type
          dependent_source_parameter.extent
                    entity_or_view_definition_or_simple_type
          dependent_view_definition.domain
                    base_type
          derived_attribute.domain
                    base_type
          explicit_attribute.domain
                    base_type
          view_attribute.domain
                    base_type

Global rules for this entity data type

          -

public interface ESimple_type extends EData_type


public class CSimple_type implements ESimple_type


public class ASimple_type extends AEntity

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