Class TLcdDistanceDescription

java.lang.Object
com.luciad.format.arinc.model.communication.type.TLcdDistanceDescription

public class TLcdDistanceDescription extends Object
Type safe enumeration class, indicating the distance description.
Since:
6.2
  • Field Details

  • Method Details

    • valueOf

      public static TLcdDistanceDescription valueOf(String aCode)
      Returns the TLcdDistanceDescription object matching the given code.
      Parameters:
      aCode - The key by which to retrieve a TLcdDistanceDescription. This key must not be null.
      Returns:
      A TLcdDistanceDescription object if the parameter matches to a distance description, null otherwise.
    • toString

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