Class TLcdTimeIndicator

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

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

    • LOCAL_TIME

      public static final TLcdTimeIndicator LOCAL_TIME
      Time codes are Local Time.
    • DAYLIGHT_SAVINGS_TIME

      public static final TLcdTimeIndicator DAYLIGHT_SAVINGS_TIME
      Time codes are to be adjusted for Daylight Savings Time.
    • UTC_TIME

      public static final TLcdTimeIndicator UTC_TIME
      Times shown are Universal Coordinated Time (UTC).
  • Method Details

    • toString

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