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
Modifier and TypeFieldDescriptionstatic final TLcdTimeCode
Active times announced by NOTAM.static final TLcdTimeCode
Active non-continuously, refer to the time of operations.static final TLcdTimeCode
Active times are provided in the time of operations and exclude holidays.static final TLcdTimeCode
Active times are provided in the time of operations and include holidays.static final TLcdTimeCode
Active times are provided in the time of operations in note form.static final TLcdTimeCode
Active continuously, excluding holidays.static final TLcdTimeCode
Active 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