Overview Schemas Index

EXPERIENCE_SCHEMA (jsdai.SExperience_schema)


ENTITY experience_type;
          id : identifier;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- experience_type

Entity data types and their attributes

experience_type
          id: identifier;
          name: label;
          (OPT) description: text;

Known subtypes

          experience_type_armx (EXPERIENCE_XIM)

Users

experience_type
          analysis_item.items
                    analysed_item
                              sysm_analysed_item
                                        groupable_item
                                                  syse_groupable_item
          applied_approval_assignment.items
                    approval_item
                              os_approval_item
          applied_certification_assignment.items
                    certification_item
                              sysm_certification_item
                                        groupable_item
                                                  syse_groupable_item
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
                                        groupable_item
                                                  syse_groupable_item
          applied_document_reference.items
                    document_reference_item
                              os_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_experience_assignment.items
                    experience_item
          applied_experience_type_assignment.items
                    experience_type_item
                              syse_experience_type_item
                                        groupable_item
                                                  syse_groupable_item
          applied_group_assignment.items
                    groupable_item
                              syse_groupable_item
          applied_identification_assignment.items
                    identification_item
                              tsr_identification_item
          applied_person_type_assignment.items
                    person_type_item
                              prjm_person_type_item
          applied_person_type_definition_assignment.items
                    person_definition_item
          attribute_language_assignment.items
                    attribute_language_item
                              tsr_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          experience_type_assignment.assigned_experience_type
          experience_type_relationship.related_experience_type
          experience_type_relationship.relating_experience_type
          functional_terminal_group_assignment.items
                    groupable_item
                              syse_groupable_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
          partial_document_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          verification_evidence.items
                    verification_evidence_item
                              sysm_verification_evidence_item
                                        groupable_item
                                                  syse_groupable_item

Global rules for this entity data type

          -

public interface EExperience_type extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

public class CExperience_type implements EExperience_type

          static EAttribute attributeId(EExperience_type type)
          static EAttribute attributeName(EExperience_type type)
          static EAttribute attributeDescription(EExperience_type type)

public class AExperience_type extends AEntity

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