Class TLcdNavaidType

java.lang.Object
com.luciad.ais.model.navaid.type.TLcdNavaidType

public class TLcdNavaidType extends Object
A type safe enumeration class, indicating the type of navaid.
  • Field Details

  • Method Details

    • valueOf

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

      public String toString()
      Overrides:
      toString in class Object