ENTITY product_planned_to_realized_armx SUBTYPE OF (product_planned_to_realized); SELF\product_planned_to_realized.planned_product : product_as_planned_armx; SELF\product_planned_to_realized.realized_product : product_as_realized; END_ENTITY; -- product_planned_to_realized_armx |
Entity data types and their attributesproduct_definition_formation_relationshipid: identifier; name: label; (OPT) description: text; relating_product_definition_formation: product_definition_formation; related_product_definition_formation: product_definition_formation; product_planned_to_realized (RT) relating_product_definition_formation->planned_product: product_definition_formation; (RT) related_product_definition_formation->realized_product: product_definition_formation; product_planned_to_realized_armx (RT) planned_product: product_as_planned_armx; (RT) realized_product: product_as_realized; |
Global rules for this entity data type- |
public interface EProduct_planned_to_realized_armx extends EProduct_planned_to_realized |
public class CProduct_planned_to_realized_armx implements EProduct_planned_to_realized_armx |
public class AProduct_planned_to_realized_armx extends AEntitypublic EProduct_planned_to_realized_armx getByIndex(int index)public EProduct_planned_to_realized_armx getCurrentMember(SdaiIterator it) |