Class TLcdRVSMRole

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

public class TLcdRVSMRole extends Object
Type safe enumeration class, indicating the role of a point in the RVSM context.
  • Field Details

    • ENTRY_POINT

      public static final TLcdRVSMRole ENTRY_POINT
      RVSM Entry Point (key = IN).
    • EXIT_POINT

      public static final TLcdRVSMRole EXIT_POINT
      RVSM Exit Point (key = OUT).
    • ENTRY_EXIT_POINT

      public static final TLcdRVSMRole ENTRY_EXIT_POINT
      RVSM Entry/Exit Point (key = INOUT).
    • OTHER

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

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object