Overview Schemas Index

DATE_TIME_SCHEMA (jsdai.SDate_time_schema)


ENTITY date_time_role;
          name : label;
DERIVE
          description : text := get_description_value (SELF);
WHERE
          wr1: SIZEOF (USEDIN (SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1;
END_ENTITY; -- date_time_role

Entity data types and their attributes

date_time_role
          name: label;
          (DER) description: text;

Users

date_time_role
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_mri_attribute_classification_item
          applied_date_and_time_assignment__actual.role
          applied_date_and_time_assignment__actual_end.role
          applied_date_and_time_assignment__actual_start.role
          applied_date_and_time_assignment__creation.role
          applied_date_and_time_assignment__end_date.role
          applied_date_and_time_assignment__installation.role
          applied_date_and_time_assignment__planned.role
          applied_date_and_time_assignment__planned_end.role
          applied_date_and_time_assignment__planned_start.role
          applied_date_and_time_assignment__production.role
          applied_date_and_time_assignment__registration.role
          applied_date_and_time_assignment__release_date.role
          applied_date_and_time_assignment__request_date.role
          applied_date_and_time_assignment__sign_off.role
          applied_date_and_time_assignment__start_date.role
          applied_date_and_time_assignment__update.role
          attribute_language_assignment.items
                    attribute_language_item
                              mri_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              mri_attribute_language_item
          date_and_time_assignment.role
          description_attribute.described_item
                    description_attribute_select
          language_indication.considered_instance
                    attribute_language_item
                              mri_attribute_language_item
          language_indication.items
                    attribute_language_item
                              mri_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              mri_multi_language_attribute_item

Global rules for this entity data type

          dependent_instantiable_date_time_role (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_date_time_role (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_date_time_role (CATALOG_DATA_INFORMATION_MIM)

public interface EDate_time_role extends EEntity

name (explicit attribute)

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

description (derived attribute)

          String getDescription(EDate_time_role type)
          boolean testDescription(EDate_time_role type)

public class CDate_time_role implements EDate_time_role

          static EAttribute attributeName(EDate_time_role type)
          static EAttribute attributeDescription(EDate_time_role type)

public class ADate_time_role extends AEntity

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