ENTITY product_group_attribute_assignment SUBTYPE OF (group_assignment); SELF\group_assignment.assigned_group : product_group_attributes; attributes : SET [1:1] OF attribute_select; END_ENTITY; -- product_group_attribute_assignment |
Entity data types and their attributesgroup_assignmentassigned_group: group; (DER) role: object_role; product_group_attribute_assignment (RT) assigned_group: product_group_attributes; attributes: SET [1:1] OF attribute_select; |
Usersgroup_assignmentrole_association.item_with_role role_select product_group_attribute_assignment |
Global rules for this entity data type- |
public interface EProduct_group_attribute_assignment extends EGroup_assignmentattributes (explicit attribute)boolean testAttributes(EProduct_group_attribute_assignment type)AAttribute_select getAttributes(EProduct_group_attribute_assignment type) AAttribute_select createAttributes(EProduct_group_attribute_assignment type) void unsetAttributes(EProduct_group_attribute_assignment type) |
public class CProduct_group_attribute_assignment implements EProduct_group_attribute_assignmentstatic EAttribute attributeAttributes(EProduct_group_attribute_assignment type)static int usedinAttributes(EProduct_group_attribute_assignment type, EEntity instance, ASdaiModel domain, AProduct_group_attribute_assignment result) |
public class AProduct_group_attribute_assignment extends AEntitypublic EProduct_group_attribute_assignment getByIndex(int index)public EProduct_group_attribute_assignment getCurrentMember(SdaiIterator it) |