Class TLcdTimeCode

java.lang.Object
com.luciad.format.arinc.model.util.TLcdTimeCode

public class TLcdTimeCode extends Object
Type safe enumeration class, indicating the time codes.
Since:
8.1.04
  • Field Details

    • ACTIVE_INCL_HOLIDAYS

      public static final TLcdTimeCode ACTIVE_INCL_HOLIDAYS
      Active continuously, including holidays.
    • ACTIVE_EXCL_HOLIDAYS

      public static final TLcdTimeCode ACTIVE_EXCL_HOLIDAYS
      Active continuously, excluding holidays.
    • ACTIVE_BY_TIME_OF_OPERATIONS

      public static final TLcdTimeCode ACTIVE_BY_TIME_OF_OPERATIONS
      Active non-continuously, refer to the time of operations.
    • ACTIVE_BY_TIME_OF_OPERATIONS_INCL_HOLIDAYS

      public static final TLcdTimeCode 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

      public static final TLcdTimeCode 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

      public static final TLcdTimeCode ACTIVE_BY_TIME_OF_OPERATIONS_NOTES
      Active times are provided in the time of operations in note form.
    • ACTIVE_BY_NOTAM

      public static final TLcdTimeCode ACTIVE_BY_NOTAM
      Active times announced by NOTAM.
  • Method Details

    • toString

      public String toString()
      Returns the descriptive name.
      Overrides:
      toString in class Object
      Returns:
      The descriptive name.