Class TLcdVFRFlightPatternDirectionType

java.lang.Object
com.luciad.format.aixm.model.aerodrome.type.TLcdVFRFlightPatternDirectionType

public class TLcdVFRFlightPatternDirectionType extends Object
Type safe enumeration class, indicating the VFR flight pattern directions.
  • Field Details

  • Method Details

    • getName

      public String getName()
      Returns the name of the TLcdVFRFlightPatternDirectionType object.
      Returns:
      the name of the TLcdVFRFlightPatternDirectionType object.
    • valueOf

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

      public String toString()
      Overrides:
      toString in class Object