ENTITY contact SUBTYPE OF (derived_shape_element); DERIVE SELF\shape_aspect.name : label := 'contact'; END_ENTITY; -- contact |
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; contact (RT) (DER) name: label; |
Global rules for this entity data type- |
public interface EContact extends EDerived_shape_element |
public class CContact implements EContactstatic EAttribute attributeName(EContact type) |
public class AContact extends AEntitypublic EContact getByIndex(int index)public EContact getCurrentMember(SdaiIterator it) |