Class TLcdThresholdCrossingHeightIndicator

java.lang.Object
com.luciad.format.arinc.model.aerodrome.type.TLcdThresholdCrossingHeightIndicator

public class TLcdThresholdCrossingHeightIndicator extends Object
Type safe enumeration class for the threshold crossing height value indicator items.
Since:
7.2
  • Field Details

  • Method Details

    • valueOf

      public static TLcdThresholdCrossingHeightIndicator valueOf(String aCode)
      Returns the TLcdThresholdCrossingHeightIndicator object matching the given code.
      Parameters:
      aCode - The key by which to retrieve a TLcdThresholdCrossingHeightIndicator.
      Returns:
      A TLcdThresholdCrossingHeightIndicator object if the parameter matches to a threshold crossing height type, null otherwise.
    • toString

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