Class TLcdRunwaySurfaceConditionType

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

public class TLcdRunwaySurfaceConditionType extends Object
Type safe enumeration class, indicating the condition of a runway surface.
  • Field Details

  • Method Details

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object