ENTITY person_assignment; ABSTRACT SUPERTYPE; assigned_person : person; role : person_role; END_ENTITY; -- person_assignment |
Entity data types and their attributesperson_assignmentassigned_person: person; role: person_role; |
risk_owner_person_assignment (RISK_SCHEMA) |
Usersperson_assignment |
Global rules for this entity data type- |
public interface EPerson_assignment extends EEntityassigned_person (explicit attribute)boolean testAssigned_person(EPerson_assignment type)EPerson getAssigned_person(EPerson_assignment type) void setAssigned_person(EPerson_assignment type, EPerson value) void unsetAssigned_person(EPerson_assignment type) role (explicit attribute)boolean testRole(EPerson_assignment type)EPerson_role getRole(EPerson_assignment type) void setRole(EPerson_assignment type, EPerson_role value) void unsetRole(EPerson_assignment type) |
public class CPerson_assignment implements EPerson_assignmentstatic EAttribute attributeAssigned_person(EPerson_assignment type)static int usedinAssigned_person(EPerson_assignment type, EPerson instance, ASdaiModel domain, APerson_assignment result) static EAttribute attributeRole(EPerson_assignment type) static int usedinRole(EPerson_assignment type, EPerson_role instance, ASdaiModel domain, APerson_assignment result) |
public class APerson_assignment extends AEntitypublic EPerson_assignment getByIndex(int index)public EPerson_assignment getCurrentMember(SdaiIterator it) |