Class TLcdAerodromeAddressType

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

public final class TLcdAerodromeAddressType extends Object
Type safe enumeration class, indicating the type of aerodrome address.
  • Field Details

  • Method Details

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object