Overview Schemas Index

STATE_TYPE_SCHEMA (jsdai.SState_type_schema)


ENTITY state_type_role;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- state_type_role

Entity data types and their attributes

state_type_role
          name: label;
          (OPT) description: text;

Known subtypes

          applied_state_definition_armx (STATE_DEFINITION_XIM)

Users: by entity attributes

state_type_role
          applied_action_assignment.items
                    action_items
                              ss_action_items
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
          applied_state_definition_assignment.role
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
          failure_cause_assignment.role
          failure_detection_method_assignment.role
          failure_effect_assignment.role
          failure_mode_assignment.role
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
          functional_terminal_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        rm_collection_membership_groupable_item
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
          same_as_external_item_assignment.items
                    same_as_item
                              ss_same_as_item
                                        prjm_same_as_item
          state_type_assignment.role

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

state_type_role
          ds_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item
          prjm_same_as_item
                    same_as_external_item_assignment.items
          rm_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item
          rm_same_as_item
                    same_as_external_item_assignment.items
          sbb_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item
          sbb_description_item
                    applied_description_text_assignment.items
          sbb_same_as_item
                    same_as_external_item_assignment.items
          ss_action_items
                    ap242_change_management_object
                    applied_action_assignment.items
                    applied_usage_right.items
                    risk_evaluation_criteria.items
          ss_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item

Global rules for this entity data type

          -

public interface EState_type_role extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CState_type_role implements EState_type_role

          static EAttribute attributeName(EState_type_role type)
          static EAttribute attributeDescription(EState_type_role type)

public class AState_type_role extends AEntity

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