Class TLcdRouteOperationsType

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

public class TLcdRouteOperationsType extends Object
Type safe enumeration class, indicating if a route is available for civil aviation or not.
  • Field Details

  • Method Details

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object