ENTITY radial_size_dimension SUBTYPE OF (size_dimension); radius_type : radius_type; DERIVE SELF\dimensional_size.name : label := 'radius'; END_ENTITY; -- radial_size_dimension |
Entity data types and their attributesdimensional_sizeapplies_to: shape_aspect; name: label; size_dimension (OPT) id: STRING; (OPT) single_value: measure_representation_item; (OPT) lower_range: measure_representation_item; (OPT) upper_range: measure_representation_item; (OPT) notes: SET [1:?] OF STRING; envelope_principle: BOOLEAN; theoretical_exact: BOOLEAN; auxiliary: BOOLEAN; radial_size_dimension radius_type: radius_type; (RT) (DER) name: label; |
Global rules for this entity data type- |
public interface ERadial_size_dimension extends ESize_dimensionradius_type (explicit attribute)boolean testRadius_type(ERadial_size_dimension type)int getRadius_type(ERadial_size_dimension type) void setRadius_type(ERadial_size_dimension type, int value) void unsetRadius_type(ERadial_size_dimension type) |
public class CRadial_size_dimension implements ERadial_size_dimensionstatic EAttribute attributeRadius_type(ERadial_size_dimension type)static EAttribute attributeName(ERadial_size_dimension type) |
public class ARadial_size_dimension extends AEntitypublic ERadial_size_dimension getByIndex(int index)public ERadial_size_dimension getCurrentMember(SdaiIterator it) |