|
ENTITY solid_angle_measure_with_unit SUBTYPE OF (measure_with_unit); WHERE wr1: 'measure_schema.solid_angle_unit' IN TYPEOF ( SELF \ measure_with_unit . unit_component ) ; END_ENTITY; -- solid_angle_measure_with_unit |
Entity data types and their attributesmeasure_with_unitvalue_component: measure_value; unit_component: unit; solid_angle_measure_with_unit - |
Global rules for this entity data type- |
public interface ESolid_angle_measure_with_unit extends EMeasure_with_unit |
public class CSolid_angle_measure_with_unit implements ESolid_angle_measure_with_unit |
public class ASolid_angle_measure_with_unit extends AEntitypublic ESolid_angle_measure_with_unit getByIndex(int index)public ESolid_angle_measure_with_unit getCurrentMember(SdaiIterator it) |