Overview Schemas Index

DATE_TIME_SCHEMA (jsdai.SDate_time_schema)


ENTITY week_of_year_and_day_date
          SUBTYPE OF (date);
          week_component : week_in_year_number;
          day_component : OPTIONAL day_in_week_number;
END_ENTITY; -- week_of_year_and_day_date

Entity data types and their attributes

date
          year_component: year_number;
week_of_year_and_day_date
          week_component: week_in_year_number;
          (OPT) day_component: day_in_week_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
week_of_year_and_day_date

Global rules for this entity data type

          -

public interface EWeek_of_year_and_day_date extends EDate

week_component (explicit attribute)

          boolean testWeek_component(EWeek_of_year_and_day_date type)
          int getWeek_component(EWeek_of_year_and_day_date type)
          void setWeek_component(EWeek_of_year_and_day_date type, int value)
          void unsetWeek_component(EWeek_of_year_and_day_date type)

day_component (explicit attribute)

          boolean testDay_component(EWeek_of_year_and_day_date type)
          int getDay_component(EWeek_of_year_and_day_date type)
          void setDay_component(EWeek_of_year_and_day_date type, int value)
          void unsetDay_component(EWeek_of_year_and_day_date type)

public class CWeek_of_year_and_day_date implements EWeek_of_year_and_day_date

          static EAttribute attributeWeek_component(EWeek_of_year_and_day_date type)
          static EAttribute attributeDay_component(EWeek_of_year_and_day_date type)

public class AWeek_of_year_and_day_date extends AEntity

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