Overview Schemas Index

TYPE_OF_PERSON_MIM (jsdai.SType_of_person_mim)


ENTITY applied_person_type_definition_assignment
          SUBTYPE OF (person_type_definition_assignment);
          items : SET [1:?] OF person_definition_item;
END_ENTITY; -- applied_person_type_definition_assignment

Entity data types and their attributes

person_type_definition_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          assigned_person_type_definition: person_type_definition;
          role: person_type_definition_role;
applied_person_type_definition_assignment
          items: SET [1:?] OF person_definition_item;

Users

person_type_definition_assignment
applied_person_type_definition_assignment
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item

Global rules for this entity data type

          -

public interface EApplied_person_type_definition_assignment extends EPerson_type_definition_assignment

items (explicit attribute)

          boolean testItems(EApplied_person_type_definition_assignment type)
          APerson_definition_item getItems(EApplied_person_type_definition_assignment type)
          APerson_definition_item createItems(EApplied_person_type_definition_assignment type)
          void unsetItems(EApplied_person_type_definition_assignment type)

public class CApplied_person_type_definition_assignment implements EApplied_person_type_definition_assignment

          static EAttribute attributeItems(EApplied_person_type_definition_assignment type)
          static int usedinItems(EApplied_person_type_definition_assignment type, EEntity instance, ASdaiModel domain, AApplied_person_type_definition_assignment result)

public class AApplied_person_type_definition_assignment extends AEntity

          public EApplied_person_type_definition_assignment getByIndex(int index)
          public EApplied_person_type_definition_assignment getCurrentMember(SdaiIterator it)