Overview Schemas Index

QUALIFICATIONS_SCHEMA (jsdai.SQualifications_schema)


ENTITY qualification_type_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          relating_qualification_type : qualification_type;
          related_qualification_type : qualification_type;
END_ENTITY; -- qualification_type_relationship

Entity data types and their attributes

qualification_type_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          relating_qualification_type: qualification_type;
          related_qualification_type: qualification_type;

Users: by entity attributes

qualification_type_relationship
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  classification_item
                                                            ss_classification_item
                                                                      pmri_classification_item
                                                                                os_classification_item
          applied_classification_assignment.items
                    classification_item
                              ss_classification_item
                                        pmri_classification_item
                                                  os_classification_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
                                        sysm_description_item
                                                  syse_description_item
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
                                                  pmri_collection_membership_groupable_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        classification_item
                                                  ss_classification_item
                                                            pmri_classification_item
                                                                      os_classification_item
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                tsr_classification_item
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                tsr_classification_item
          functional_terminal_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
                                                  pmri_collection_membership_groupable_item
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                ss_classification_item
                                                                                          pmri_classification_item
                                                                                                    os_classification_item

Users: by defined types, not used by any entity attribute

qualification_type_relationship
          os_classification_item
                    applied_classification_assignment.items
                    design_pdm_ir_usage_item
                    experience_item
          pmri_action_items
                    ap242_change_management_object
                    applied_action_assignment.items
                    applied_usage_right.items
                    risk_evaluation_criteria.items
          pmri_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item
          syse_description_item
                    applied_description_text_assignment.items
          tsr_classification_item
                    applied_classification_assignment.items
                    design_pdm_ir_usage_item
                    experience_item

Global rules for this entity data type

          -

public interface EQualification_type_relationship extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

relating_qualification_type (explicit attribute)

          boolean testRelating_qualification_type(EQualification_type_relationship type)
          EQualification_type getRelating_qualification_type(EQualification_type_relationship type)
          void setRelating_qualification_type(EQualification_type_relationship type, EQualification_type value)
          void unsetRelating_qualification_type(EQualification_type_relationship type)

related_qualification_type (explicit attribute)

          boolean testRelated_qualification_type(EQualification_type_relationship type)
          EQualification_type getRelated_qualification_type(EQualification_type_relationship type)
          void setRelated_qualification_type(EQualification_type_relationship type, EQualification_type value)
          void unsetRelated_qualification_type(EQualification_type_relationship type)

public class CQualification_type_relationship implements EQualification_type_relationship

          static EAttribute attributeId(EQualification_type_relationship type)
          static EAttribute attributeName(EQualification_type_relationship type)
          static EAttribute attributeDescription(EQualification_type_relationship type)
          static EAttribute attributeRelating_qualification_type(EQualification_type_relationship type)
          static int usedinRelating_qualification_type(EQualification_type_relationship type, EQualification_type instance, ASdaiModel domain, AQualification_type_relationship result)
          static EAttribute attributeRelated_qualification_type(EQualification_type_relationship type)
          static int usedinRelated_qualification_type(EQualification_type_relationship type, EQualification_type instance, ASdaiModel domain, AQualification_type_relationship result)

public class AQualification_type_relationship extends AEntity

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