ENTITY datum_reference_compartment SUBTYPE OF (general_datum_reference); INVERSE owner : datum_system FOR constituents; END_ENTITY; -- datum_reference_compartment |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; general_datum_reference base: datum_or_common_datum; (OPT) modifiers: SET [1:?] OF datum_reference_modifier; datum_reference_compartment (INV) owner: datum_system FOR constituents; |
Global rules for this entity data type- |
public interface EDatum_reference_compartment extends EGeneral_datum_referenceowner (inverse attribute)ADatum_system getOwner(EDatum_reference_compartment type, ASdaiModel domain) |
public class CDatum_reference_compartment implements EDatum_reference_compartmentstatic EAttribute attributeOwner(EDatum_reference_compartment type) |
public class ADatum_reference_compartment extends AEntitypublic EDatum_reference_compartment getByIndex(int index)public EDatum_reference_compartment getCurrentMember(SdaiIterator it) |