Class TLcdILSMLSCategoryType

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

public class TLcdILSMLSCategoryType extends Object
A type safe enumeration class, indicating the categories of ILS/MLS localizer.
  • Field Details

  • Method Details

    • getCode

      public String getCode()
      Returns the code of the TLcdILSMLSCategoryType object.
      Returns:
      the code of the TLcdILSMLSCategoryType object
    • getCategory

      public String getCategory()
      Returns the category represented by the TLcdILSMLSCategoryType object.
      Returns:
      the category represented by the TLcdILSMLSCategoryType object
    • valueOf

      public static TLcdILSMLSCategoryType valueOf(String aCode)
      Returns the TLcdILSMLSCategoryType object that matches to the given code.
      Parameters:
      aCode - the code whose TLcdILSMLSCategoryType object should be found
      Returns:
      the TLcdILSMLSCategoryType object that maps to the given code
    • toString

      public String toString()
      Overrides:
      toString in class Object