Enum Class FareSelectionDisplayOrder

java.lang.Object
java.lang.Enum<FareSelectionDisplayOrder>
de.hybris.platform.commercefacades.travel.enums.FareSelectionDisplayOrder
All Implemented Interfaces:
Serializable, Comparable<FareSelectionDisplayOrder>, Constable

public enum FareSelectionDisplayOrder extends Enum<FareSelectionDisplayOrder>
  • Enum Constant Details

    • PRICE

      public static final FareSelectionDisplayOrder PRICE
      Generated enum value for FareSelectionDisplayOrder.PRICE value defined at extension travelfacades.
    • NUMBER_OF_STOPS

      public static final FareSelectionDisplayOrder NUMBER_OF_STOPS
      Generated enum value for FareSelectionDisplayOrder.NUMBER_OF_STOPS value defined at extension travelfacades.
    • DEPARTURE_TIME

      public static final FareSelectionDisplayOrder DEPARTURE_TIME
      Generated enum value for FareSelectionDisplayOrder.DEPARTURE_TIME value defined at extension travelfacades.
    • ARRIVAL_TIME

      public static final FareSelectionDisplayOrder ARRIVAL_TIME
      Generated enum value for FareSelectionDisplayOrder.ARRIVAL_TIME value defined at extension travelfacades.
    • TRAVEL_TIME

      public static final FareSelectionDisplayOrder TRAVEL_TIME
      Generated enum value for FareSelectionDisplayOrder.TRAVEL_TIME value defined at extension travelfacades.
    • PRICE_DSC

      public static final FareSelectionDisplayOrder PRICE_DSC
      Generated enum value for FareSelectionDisplayOrder.PRICE_DSC value defined at extension shoppingfacades.
  • Method Details

    • values

      public static FareSelectionDisplayOrder[] 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 FareSelectionDisplayOrder 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