Overview Schemas Index

PERSON_ORGANIZATION_SCHEMA (jsdai.SPerson_organization_schema)


ENTITY person_type_definition_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          relating_person_type_definition : person_type_definition;
          related_person_type_definition : person_type_definition;
END_ENTITY; -- person_type_definition_relationship

Entity data types and their attributes

person_type_definition_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          relating_person_type_definition: person_type_definition;
          related_person_type_definition: person_type_definition;

Users

person_type_definition_relationship
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          applied_effectivity_assignment.items
                    effectivity_item
                              tsr_effectivity_item
          applied_experience_type_assignment.items
                    experience_type_item
                              prjm_experience_type_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              prjm_effectivity_item
          attribute_language_assignment.items
                    attribute_language_item
                              tsr_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          language_indication.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          language_indication.items
                    attribute_language_item
                              os_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              os_multi_language_attribute_item
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item

Global rules for this entity data type

          -

public interface EPerson_type_definition_relationship extends EEntity

id (explicit attribute)

          boolean testId(EPerson_type_definition_relationship type)
          String getId(EPerson_type_definition_relationship type)
          void setId(EPerson_type_definition_relationship type, String value)
          void unsetId(EPerson_type_definition_relationship type)

name (explicit attribute)

          boolean testName(EPerson_type_definition_relationship type)
          String getName(EPerson_type_definition_relationship type)
          void setName(EPerson_type_definition_relationship type, String value)
          void unsetName(EPerson_type_definition_relationship type)

description (explicit attribute)

          boolean testDescription(EPerson_type_definition_relationship type)
          String getDescription(EPerson_type_definition_relationship type)
          void setDescription(EPerson_type_definition_relationship type, String value)
          void unsetDescription(EPerson_type_definition_relationship type)

relating_person_type_definition (explicit attribute)

          boolean testRelating_person_type_definition(EPerson_type_definition_relationship type)
          EPerson_type_definition getRelating_person_type_definition(EPerson_type_definition_relationship type)
          void setRelating_person_type_definition(EPerson_type_definition_relationship type, EPerson_type_definition value)
          void unsetRelating_person_type_definition(EPerson_type_definition_relationship type)

related_person_type_definition (explicit attribute)

          boolean testRelated_person_type_definition(EPerson_type_definition_relationship type)
          EPerson_type_definition getRelated_person_type_definition(EPerson_type_definition_relationship type)
          void setRelated_person_type_definition(EPerson_type_definition_relationship type, EPerson_type_definition value)
          void unsetRelated_person_type_definition(EPerson_type_definition_relationship type)

public class CPerson_type_definition_relationship implements EPerson_type_definition_relationship

          static EAttribute attributeId(EPerson_type_definition_relationship type)
          static EAttribute attributeName(EPerson_type_definition_relationship type)
          static EAttribute attributeDescription(EPerson_type_definition_relationship type)
          static EAttribute attributeRelating_person_type_definition(EPerson_type_definition_relationship type)
          static int usedinRelating_person_type_definition(EPerson_type_definition_relationship type, EPerson_type_definition instance, ASdaiModel domain, APerson_type_definition_relationship result)
          static EAttribute attributeRelated_person_type_definition(EPerson_type_definition_relationship type)
          static int usedinRelated_person_type_definition(EPerson_type_definition_relationship type, EPerson_type_definition instance, ASdaiModel domain, APerson_type_definition_relationship result)

public class APerson_type_definition_relationship extends AEntity

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