ENTITY all_over_shape_aspect SUBTYPE OF (shape_aspect); DERIVE SELF\shape_aspect.description : text := 'all over'; UNIQUE u1 : of_shape; END_ENTITY; -- all_over_shape_aspect |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; all_over_shape_aspect (RT) (DER) description: text; |
Global rules for this entity data type- |
public interface EAll_over_shape_aspect extends EShape_aspect |
public class CAll_over_shape_aspect implements EAll_over_shape_aspectstatic EAttribute attributeDescription(EAll_over_shape_aspect type) |
public class AAll_over_shape_aspect extends AEntitypublic EAll_over_shape_aspect getByIndex(int index)public EAll_over_shape_aspect getCurrentMember(SdaiIterator it) |