ENTITY all_around_shape_aspect_armx SUBTYPE OF (all_around_shape_aspect, composite_shape_aspect_armx); DERIVE SELF\shape_aspect.description : text := 'all around'; END_ENTITY; -- all_around_shape_aspect_armx |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; composite_shape_aspect (INV) component_relationships: SET [2:?] OF shape_aspect_relationship FOR relating_shape_aspect; all_around_shape_aspect - composite_shape_aspect_armx elements: SET [2:?] OF shape_aspect; all_around_shape_aspect_armx (RT) (DER) description: text; |
Global rules for this entity data type- |
public interface EAll_around_shape_aspect_armx extends EAll_around_shape_aspect, EComposite_shape_aspect_armx |
public class CAll_around_shape_aspect_armx implements EAll_around_shape_aspect_armxstatic EAttribute attributeDescription(EAll_around_shape_aspect_armx type) |
public class AAll_around_shape_aspect_armx extends AEntitypublic EAll_around_shape_aspect_armx getByIndex(int index)public EAll_around_shape_aspect_armx getCurrentMember(SdaiIterator it) |