Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY list_type
          SUBTYPE OF (variable_size_aggregation_type);
          unique_flag : BOOLEAN;
END_ENTITY; -- list_type

Entity data types and their attributes

data_type
          name: express_id;
aggregation_type
          element_type: data_type;
variable_size_aggregation_type
          (OPT) lower_bound: bound;
          (OPT) upper_bound: bound;
list_type
          unique_flag: BOOLEAN;

Users

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

Global rules for this entity data type

          -

public interface EList_type extends EVariable_size_aggregation_type

unique_flag (explicit attribute)

          boolean testUnique_flag(EList_type type)
          boolean getUnique_flag(EList_type type)
          void setUnique_flag(EList_type type, boolean value)
          void unsetUnique_flag(EList_type type)

public class CList_type implements EList_type

          static EAttribute attributeUnique_flag(EList_type type)

public class AList_type extends AEntity

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