ENTITY physical_breakdown SUBTYPE OF (breakdown); END_ENTITY; -- physical_breakdown |
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 - physical_breakdown - |
Global rules for this entity data type- |
public interface EPhysical_breakdown extends EBreakdown |
public class CPhysical_breakdown implements EPhysical_breakdown |
public class APhysical_breakdown extends AEntitypublic EPhysical_breakdown getByIndex(int index)public EPhysical_breakdown getCurrentMember(SdaiIterator it) |