Overview Schemas Index

DATE_TIME_SCHEMA (jsdai.SDate_time_schema)


ENTITY date_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_role

Entity data types and their attributes

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

Users

date_role
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_mri_attribute_classification_item
          applied_date_assignment__actual.role
          applied_date_assignment__creation.role
          applied_date_assignment__end_date.role
          applied_date_assignment__installation.role
          applied_date_assignment__planned.role
          applied_date_assignment__production.role
          applied_date_assignment__registration.role
          applied_date_assignment__release_date.role
          applied_date_assignment__request_date.role
          applied_date_assignment__sign_off.role
          applied_date_assignment__start_date.role
          applied_date_assignment__update.role
          attribute_language_assignment.items
                    attribute_language_item
                              pdm_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          date_assignment.role
          description_attribute.described_item
                    description_attribute_select
          language_indication.considered_instance
                    attribute_language_item
                              pdm_attribute_language_item
          language_indication.items
                    attribute_language_item
                              attribute_language_item_236cc1
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1

Global rules for this entity data type

          dependent_instantiable_date_role (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_date_role (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_date_role (CATALOG_DATA_INFORMATION_MIM)

public interface EDate_role extends EEntity

name (explicit attribute)

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

description (derived attribute)

          String getDescription(EDate_role type)
          boolean testDescription(EDate_role type)

public class CDate_role implements EDate_role

          static EAttribute attributeName(EDate_role type)
          static EAttribute attributeDescription(EDate_role type)

public class ADate_role extends AEntity

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