|
ENTITY view_level_non_feature_shape_element SUBTYPE OF (non_feature_shape_element); DERIVE SELF\shape_aspect.description : text := 'vlnfse' ; WHERE wr1: NOT ( SIZEOF ( SELF \ non_feature_shape_element . element_shape ) > 0 ) OR valid_es ( 'non_feature_shape_element_xim.usage_view_level_non_feature_shape_model' , ( SELF \ non_feature_shape_element . element_shape ) ) ; END_ENTITY; -- view_level_non_feature_shape_element |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; shape_element (OPT) id_x: STRING; (RT) name->element_name: STRING; (RT) of_shape->containing_shape: item_shape; (RT) (DER) product_definitional: LOGICAL; (RT) (DER) id: identifier; non_feature_shape_element (RT) containing_shape->scope: ee_product_definition_with_annotation_elements; (INV) element_shape: SET [0:?] OF non_feature_shape_model FOR associated_element; (INV) associated_usage_concept: SET [0:?] OF usage_concept_usage_relationship_armx FOR associated_usage; view_level_non_feature_shape_element (RT) (DER) description: text; |
Global rules for this entity data type- |
public interface EView_level_non_feature_shape_element extends ENon_feature_shape_element |
public class CView_level_non_feature_shape_element implements EView_level_non_feature_shape_elementstatic EAttribute attributeDescription(EView_level_non_feature_shape_element type) |
public class AView_level_non_feature_shape_element extends AEntitypublic EView_level_non_feature_shape_element getByIndex(int index)public EView_level_non_feature_shape_element getCurrentMember(SdaiIterator it) |