ENTITY zone_element SUBTYPE OF (breakdown_element); WHERE wr1: 'zone element' IN types_of_product(SELF); END_ENTITY; -- zone_element |
Entity data types and their attributesproductid: identifier; name: label; (OPT) description: text; frame_of_reference: SET [1:?] OF product_context; product_armx (RT) (DER) frame_of_reference: SET [1:?] OF product_context; breakdown_element - zone_element - |
Global rules for this entity data type- |
public interface EZone_element extends EBreakdown_element |
public class CZone_element implements EZone_element |
public class AZone_element extends AEntitypublic EZone_element getByIndex(int index)public EZone_element getCurrentMember(SdaiIterator it) |