ENTITY measure_item_with_precision SUBTYPE OF (measure_representation_item); significant_digits : INTEGER; END_ENTITY; -- measure_item_with_precision |
Entity data types and their attributesrepresentation_itemname: label; measure_with_unit value_component: measure_value; unit_component: unit; measure_representation_item - measure_item_with_precision significant_digits: INTEGER; |
Global rules for this entity data type- |
public interface EMeasure_item_with_precision extends EMeasure_representation_itemsignificant_digits (explicit attribute)boolean testSignificant_digits(EMeasure_item_with_precision type)int getSignificant_digits(EMeasure_item_with_precision type) void setSignificant_digits(EMeasure_item_with_precision type, int value) void unsetSignificant_digits(EMeasure_item_with_precision type) |
public class CMeasure_item_with_precision implements EMeasure_item_with_precisionstatic EAttribute attributeSignificant_digits(EMeasure_item_with_precision type) |
public class AMeasure_item_with_precision extends AEntitypublic EMeasure_item_with_precision getByIndex(int index)public EMeasure_item_with_precision getCurrentMember(SdaiIterator it) |