Class TLcdATCReport

java.lang.Object
com.luciad.format.aixm.model.route.type.TLcdATCReport

public class TLcdATCReport extends Object
Type safe enumeration class, indicating the type of position report required by an ATC Unit.
  • Field Details

    • COMPULSORY

      public static final TLcdATCReport COMPULSORY
      Compulsory (key = C).
    • ON_REQUEST

      public static final TLcdATCReport ON_REQUEST
      On request (key = R).
    • NO_REPORT

      public static final TLcdATCReport NO_REPORT
      No report (key = N).
    • OTHER

      public static final TLcdATCReport OTHER
      Other (key = OTHER).
  • Method Details

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object