ENTITY integer_bound SUBTYPE OF (bound); END_ENTITY; -- integer_bound |
Entity data types and their attributesboundbound_value: INTEGER; integer_bound - |
Users: by entity attributesboundaggregate_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 Users: by defined types, not used by any entity attributeinteger_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 AEntitypublic EInteger_bound getByIndex(int index)public EInteger_bound getCurrentMember(SdaiIterator it) |