ENTITY volume_measure_with_unit SUBTYPE OF (measure_with_unit); WHERE wr1: 'MEASURE_SCHEMA.VOLUME_UNIT' IN TYPEOF(SELF\measure_with_unit.unit_component); END_ENTITY; -- volume_measure_with_unit |
Entity data types and their attributesmeasure_with_unitvalue_component: measure_value; unit_component: unit; volume_measure_with_unit - |
Global rules for this entity data type- |
public interface EVolume_measure_with_unit extends EMeasure_with_unit |
public class CVolume_measure_with_unit implements EVolume_measure_with_unit |
public class AVolume_measure_with_unit extends AEntitypublic EVolume_measure_with_unit getByIndex(int index)public EVolume_measure_with_unit getCurrentMember(SdaiIterator it) |