Overview Schemas Index

STATE_OBSERVED_SCHEMA (jsdai.SState_observed_schema)


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

Entity data types and their attributes

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

Users

state_observed_role
          analysis_item.items
                    analysed_item
                              syse_analysed_item
          applied_action_assignment.items
                    action_items
                              observed_context_item
                                        prjm_observed_context_item
          applied_action_method_assignment.items
                    action_method_items
                              prjm_action_method_items
          applied_classification_assignment.items
                    classification_item
                              state_observed_role_classification_item
          applied_description_text_assignment.items
                    description_item
                              sysm_description_item
                                        analysed_item
                                                  syse_analysed_item
          applied_state_observed_assignment.items
                    state_observed_of_item
                              prjm_state_observed_of_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          state_observed_assignment.role

Global rules for this entity data type

          -

public interface EState_observed_role extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CState_observed_role implements EState_observed_role

          static EAttribute attributeName(EState_observed_role type)
          static EAttribute attributeDescription(EState_observed_role type)

public class AState_observed_role extends AEntity

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