ENTITY coating_layer SUBTYPE OF (shape_element); INVERSE thickness : SET [0:1] OF thickness_size_dimension FOR applies_to; WHERE wr1: SIZEOF(USEDIN(SELF, 'SURFACE_CONDITIONS_XIM.MATERIAL_DESIGNATION.DEFINITIONS'))=1; END_ENTITY; -- coating_layer |
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; coating_layer (INV) thickness: SET [0:1] OF thickness_size_dimension FOR applies_to; |
Global rules for this entity data type- |
public interface ECoating_layer extends EShape_elementthickness (inverse attribute)AThickness_size_dimension getThickness(ECoating_layer type, ASdaiModel domain) |
public class CCoating_layer implements ECoating_layerstatic EAttribute attributeThickness(ECoating_layer type) |
public class ACoating_layer extends AEntitypublic ECoating_layer getByIndex(int index)public ECoating_layer getCurrentMember(SdaiIterator it) |