ENTITY datum_defined_by_apex SUBTYPE OF (apex_armx, datum_defined_by_derived_shape); END_ENTITY; -- datum_defined_by_apex |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; derived_shape_aspect (INV) deriving_relationships: SET [1:?] OF shape_aspect_deriving_relationship FOR relating_shape_aspect; derived_shape_element derived_from: SET [1:?] OF shape_aspect; apex - apex_armx - datum identification: identifier; (INV) established_by_relationships: SET [1:?] OF shape_aspect_relationship FOR related_shape_aspect; single_datum - datum_defined_by_derived_shape - datum_defined_by_apex - |
Global rules for this entity data type- |
public interface EDatum_defined_by_apex extends EApex_armx, EDatum_defined_by_derived_shape |
public class CDatum_defined_by_apex implements EDatum_defined_by_apex |
public class ADatum_defined_by_apex extends AEntitypublic EDatum_defined_by_apex getByIndex(int index)public EDatum_defined_by_apex getCurrentMember(SdaiIterator it) |