Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY integer_bound
          SUBTYPE OF (bound);
END_ENTITY; -- integer_bound

Entity data types and their attributes

bound
          bound_value: INTEGER;
integer_bound
          -

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
integer_bound

Global rules for this entity data type

          -

public interface EInteger_bound extends EBound


public class CInteger_bound implements EInteger_bound


public class AInteger_bound extends AEntity

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