Overview Schemas Index

DATE_TIME_SCHEMA (jsdai.SDate_time_schema)


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

Entity data types and their attributes

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

Users

event_occurrence_context_role
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_mri_attribute_classification_item
          event_occurrence_context_assignment.role

Global rules for this entity data type

          -

public interface EEvent_occurrence_context_role extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CEvent_occurrence_context_role implements EEvent_occurrence_context_role

          static EAttribute attributeName(EEvent_occurrence_context_role type)
          static EAttribute attributeDescription(EEvent_occurrence_context_role type)

public class AEvent_occurrence_context_role extends AEntity

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