Overview Schemas Index

DATE_TIME_SCHEMA (jsdai.SDate_time_schema)


ENTITY local_time;
          hour_component : hour_in_day;
          minute_component : OPTIONAL minute_in_hour;
          second_component : OPTIONAL second_in_minute;
          zone : coordinated_universal_time_offset;
WHERE
          wr1: valid_time (SELF);
END_ENTITY; -- local_time

Entity data types and their attributes

local_time
          hour_component: hour_in_day;
          (OPT) minute_component: minute_in_hour;
          (OPT) second_component: second_in_minute;
          zone: coordinated_universal_time_offset;

Users

local_time
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_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.time_component
          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
          event.actual_start_date
                    date_time_select
          event.planned_start_date
                    date_time_select
          issue_reference_mapping.items
                    issue_reference_item
                              im_issue_reference_item
          project.actual_end_date
                    date_time_select
          project.actual_start_date
                    date_time_select
          time_assignment.assigned_time
          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

          -

public interface ELocal_time extends EEntity

hour_component (explicit attribute)

          boolean testHour_component(ELocal_time type)
          int getHour_component(ELocal_time type)
          void setHour_component(ELocal_time type, int value)
          void unsetHour_component(ELocal_time type)

minute_component (explicit attribute)

          boolean testMinute_component(ELocal_time type)
          int getMinute_component(ELocal_time type)
          void setMinute_component(ELocal_time type, int value)
          void unsetMinute_component(ELocal_time type)

second_component (explicit attribute)

          boolean testSecond_component(ELocal_time type)
          double getSecond_component(ELocal_time type)
          void setSecond_component(ELocal_time type, double value)
          void unsetSecond_component(ELocal_time type)

zone (explicit attribute)

          boolean testZone(ELocal_time type)
          ECoordinated_universal_time_offset getZone(ELocal_time type)
          void setZone(ELocal_time type, ECoordinated_universal_time_offset value)
          void unsetZone(ELocal_time type)

public class CLocal_time implements ELocal_time

          static EAttribute attributeHour_component(ELocal_time type)
          static EAttribute attributeMinute_component(ELocal_time type)
          static EAttribute attributeSecond_component(ELocal_time type)
          static EAttribute attributeZone(ELocal_time type)
          static int usedinZone(ELocal_time type, ECoordinated_universal_time_offset instance, ASdaiModel domain, ALocal_time result)

public class ALocal_time extends AEntity

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