Class TLcdWorkingHoursType
java.lang.Object
com.luciad.format.aixm.model.navaid.type.TLcdWorkingHoursType
Type safe enumeration class, indicating the predefined time-sheet schedules.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdWorkingHoursTypeContinuous service, 24 hours out of 24 (key = H24).static final TLcdWorkingHoursTypeSunrise to sunset (key = HJ).static final TLcdWorkingHoursTypeSunset to sunrise (key = HN).static final TLcdWorkingHoursTypeService available to meet operational requests (key = HO).static final TLcdWorkingHoursTypeNo specific working hours (key = HX).static final TLcdWorkingHoursTypeActivity periods to be published by NOTAM (key = NOTAM).static final TLcdWorkingHoursTypeOther (key = OTHER).static final TLcdWorkingHoursTypeAs specified in the related timesheets (key = TIMSH). -
Method Summary
-
Field Details
-
H24
Continuous service, 24 hours out of 24 (key = H24). -
HJ
Sunrise to sunset (key = HJ). -
HN
Sunset to sunrise (key = HN). -
HO
Service available to meet operational requests (key = HO). -
HX
No specific working hours (key = HX). -
NOTAM
Activity periods to be published by NOTAM (key = NOTAM). -
TIMESHEET
As specified in the related timesheets (key = TIMSH). -
OTHER
Other (key = OTHER).
-
-
Method Details
-
getName
Returns the name of theTLcdWorkingHoursTypeobject.- Returns:
- the name of the
TLcdWorkingHoursTypeobject.
-
valueOf
Returns theTLcdWorkingHoursTypeobject matching the given code.- Parameters:
aCode- The key by which to retrieve aTLcdWorkingHoursType. This key must not be null.- Returns:
- A
TLcdWorkingHoursTypeobject if the parameter matches to a working hours type, null otherwise.
-
toString
-