Class TLcdRouteClassification

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

public class TLcdRouteClassification extends Object
Type safe enumeration class, indicating the route classification.
  • Field Details

  • Method Details

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object