ENTITY position_group_role SUBTYPE OF (applied_position_in_organization_group_assignment); name : STRING; description : OPTIONAL STRING; DERIVE SELF\group_assignment.role : object_role := ?; END_ENTITY; -- position_group_role |
Entity data types and their attributesgroup_assignmentassigned_group: group; (DER) role: object_role; applied_position_in_organization_group_assignment items: SET [1:?] OF position_in_organization_group_item; position_group_role name: STRING; (OPT) description: STRING; (RT) (DER) role: object_role; |
Global rules for this entity data type- |
public interface EPosition_group_role extends EApplied_position_in_organization_group_assignmentname (explicit attribute)boolean testName(EPosition_group_role type)String getName(EPosition_group_role type) void setName(EPosition_group_role type, String value) void unsetName(EPosition_group_role type) description (explicit attribute)boolean testDescription(EPosition_group_role type)String getDescription(EPosition_group_role type) void setDescription(EPosition_group_role type, String value) void unsetDescription(EPosition_group_role type) |
public class CPosition_group_role implements EPosition_group_rolestatic EAttribute attributeName(EPosition_group_role type)static EAttribute attributeDescription(EPosition_group_role type) static EAttribute attributeRole(EPosition_group_role type) static int usedinRole(EPosition_group_role type, EObject_role instance, ASdaiModel domain, APosition_group_role result) |
public class APosition_group_role extends AEntitypublic EPosition_group_role getByIndex(int index)public EPosition_group_role getCurrentMember(SdaiIterator it) |