java.lang.Object
java.lang.Enum<TripType>
de.hybris.platform.coretransportwebservicescommons.enums.TripType
All Implemented Interfaces:
Serializable, Comparable<TripType>, Constable

public enum TripType extends Enum<TripType>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Generated enum value for TripType.MULTICITY value defined at extension coretransportwebservicescommons.
    Generated enum value for TripType.OPEN_JAW value defined at extension coretransportwebservicescommons.
    Generated enum value for TripType.RETURN value defined at extension coretransportwebservicescommons.
    Generated enum value for TripType.SINGLE value defined at extension coretransportwebservicescommons.
  • Method Summary

    Modifier and Type
    Method
    Description
    static TripType
    Returns the enum constant of this class with the specified name.
    static TripType[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • SINGLE

      public static final TripType SINGLE
      Generated enum value for TripType.SINGLE value defined at extension coretransportwebservicescommons.
    • RETURN

      public static final TripType RETURN
      Generated enum value for TripType.RETURN value defined at extension coretransportwebservicescommons.
    • MULTICITY

      public static final TripType MULTICITY
      Generated enum value for TripType.MULTICITY value defined at extension coretransportwebservicescommons.
    • OPEN_JAW

      public static final TripType OPEN_JAW
      Generated enum value for TripType.OPEN_JAW value defined at extension coretransportwebservicescommons.
  • Method Details

    • values

      public static TripType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TripType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null