Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY bound
          ABSTRACT SUPERTYPE OF (ONEOF (integer_bound, population_dependent_bound));
          bound_value : INTEGER;
END_ENTITY; -- bound

Entity data types and their attributes

bound
          bound_value: INTEGER;

Known subtypes

          integer_bound (SDAI_DICTIONARY_SCHEMA)
          population_dependent_bound (SDAI_DICTIONARY_SCHEMA)

Users

bound
          aggregate_target_parameter.lower_bound
          aggregate_target_parameter.upper_bound
          array_type.lower_index
          array_type.upper_index
          binary_type.width
          inverse_attribute.max_cardinality
          inverse_attribute.min_cardinality
          real_type.precision
          string_type.width
          variable_size_aggregation_type.lower_bound
          variable_size_aggregation_type.upper_bound

Global rules for this entity data type

          -

public interface EBound extends EEntity

bound_value (explicit attribute)

          boolean testBound_value(EBound type)
          int getBound_value(EBound type)
          void setBound_value(EBound type, int value)
          void unsetBound_value(EBound type)

public class CBound implements EBound

          static EAttribute attributeBound_value(EBound type)

public class ABound extends AEntity

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