Class TLcdTimeCode
java.lang.Object
com.luciad.format.arinc.model.util.TLcdTimeCode
Type safe enumeration class, indicating the time codes.
- Since:
- 8.1.04
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdTimeCodeActive times announced by NOTAM.static final TLcdTimeCodeActive non-continuously, refer to the time of operations.static final TLcdTimeCodeActive times are provided in the time of operations and exclude holidays.static final TLcdTimeCodeActive times are provided in the time of operations and include holidays.static final TLcdTimeCodeActive times are provided in the time of operations in note form.static final TLcdTimeCodeActive continuously, excluding holidays.static final TLcdTimeCodeActive continuously, including holidays. -
Method Summary
-
Field Details
-
ACTIVE_INCL_HOLIDAYS
Active continuously, including holidays. -
ACTIVE_EXCL_HOLIDAYS
Active continuously, excluding holidays. -
ACTIVE_BY_TIME_OF_OPERATIONS
Active non-continuously, refer to the time of operations. -
ACTIVE_BY_TIME_OF_OPERATIONS_INCL_HOLIDAYS
Active times are provided in the time of operations and include holidays. -
ACTIVE_BY_TIME_OF_OPERATIONS_EXCL_HOLIDAYS
Active times are provided in the time of operations and exclude holidays. -
ACTIVE_BY_TIME_OF_OPERATIONS_NOTES
Active times are provided in the time of operations in note form. -
ACTIVE_BY_NOTAM
Active times announced by NOTAM.
-
-
Method Details