Overview Schemas Index

DATE_TIME_SCHEMA (jsdai.SDate_time_schema)


ENTITY date
          SUPERTYPE OF (ONEOF (calendar_date, ordinal_date, week_of_year_and_day_date, year_month));
          year_component : year_number;
END_ENTITY; -- date

Entity data types and their attributes

date
          year_component: year_number;

Known subtypes

          calendar_date (DATE_TIME_SCHEMA)
          date_representation_item (BASIC_DATA_REPRESENTATION_MIM)
          ordinal_date (DATE_TIME_SCHEMA)
          week_of_year_and_day_date (DATE_TIME_SCHEMA)
          year_month (DATE_TIME_SCHEMA)

Users

date
          applied_approval_assignment.items
                    approval_item
                              pdm_approval_item
                                        design_pdm_approval_item
          approval_armx.actual_date
                    date_time_select
          approval_armx.planned_date
                    date_time_select
          approval_date_time.date_time
                    date_time_select
          approving_person_organization.approval_date
                    date_time_select
          date_and_time.date_component
          date_assignment.assigned_date
          dated_effectivity.effectivity_end_date
                    date_time_or_event_occurrence
                              date_time_select
          dated_effectivity.effectivity_start_date
                    date_time_or_event_occurrence
                              date_time_select
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          event.actual_start_date
                    date_time_select
          event.planned_start_date
                    date_time_select
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          project.actual_end_date
                    date_time_select
          project.actual_start_date
                    date_time_select
          time_interval_with_bounds.primary_bound
                    date_time_or_event_occurrence
                              date_time_select
          time_interval_with_bounds.secondary_bound
                    date_time_or_event_occurrence
                              date_time_select

Global rules for this entity data type

          dependent_instantiable_date (AUTOMOTIVE_DESIGN)

public interface EDate extends EEntity

year_component (explicit attribute)

          boolean testYear_component(EDate type)
          int getYear_component(EDate type)
          void setYear_component(EDate type, int value)
          void unsetYear_component(EDate type)

public class CDate implements EDate

          static EAttribute attributeYear_component(EDate type)

public class ADate extends AEntity

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