Overview Schemas Index

DATE_TIME_SCHEMA (jsdai.SDate_time_schema)


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

Entity data types and their attributes

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

Users

event_occurrence_role
          event_occurrence_assignment.role

Global rules for this entity data type

          dependent_instantiable_event_occurrence_role (AUTOMOTIVE_DESIGN)

public interface EEvent_occurrence_role extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CEvent_occurrence_role implements EEvent_occurrence_role

          static EAttribute attributeName(EEvent_occurrence_role type)
          static EAttribute attributeDescription(EEvent_occurrence_role type)

public class AEvent_occurrence_role extends AEntity

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