ENTITY bound ABSTRACT SUPERTYPE OF (ONEOF (integer_bound, population_dependent_bound)); bound_value : INTEGER; END_ENTITY; -- bound |
Entity data types and their attributesboundbound_value: INTEGER; |
integer_bound (SDAI_DICTIONARY_SCHEMA) |
population_dependent_bound (SDAI_DICTIONARY_SCHEMA) |
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 Users: by defined types, not used by any entity attributebound- |
Global rules for this entity data type- |
public interface EBound extends EEntitybound_value (explicit attribute)boolean testBound_value(EBound type)integer getBound_value(EBound type) void setBound_value(EBound type, integer value) void unsetBound_value(EBound type) |
public class CBound implements EBoundstatic EAttribute attributeBound_value(EBound type) |
public class ABound extends AEntitypublic EBound getByIndex(int index)public EBound getCurrentMember(SdaiIterator it) |