Overview Schemas Index

DATE_TIME_SCHEMA (jsdai.SDate_time_schema)


ENTITY year_month
          SUBTYPE OF (date);
          month_component : month_in_year_number;
END_ENTITY; -- year_month

Entity data types and their attributes

date
          year_component: year_number;
year_month
          month_component: month_in_year_number;

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
year_month

Global rules for this entity data type

          -

public interface EYear_month extends EDate

month_component (explicit attribute)

          boolean testMonth_component(EYear_month type)
          int getMonth_component(EYear_month type)
          void setMonth_component(EYear_month type, int value)
          void unsetMonth_component(EYear_month type)

public class CYear_month implements EYear_month

          static EAttribute attributeMonth_component(EYear_month type)

public class AYear_month extends AEntity

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