Enum Class NDCOrderReshopType

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

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

    • CANCEL

      public static final NDCOrderReshopType CANCEL
      Generated enum value for NDCOrderReshopType.CANCEL value defined at extension ndc182shoppingfacades.
    • FLIGHT_CHANGE

      public static final NDCOrderReshopType FLIGHT_CHANGE
      Generated enum value for NDCOrderReshopType.FLIGHT_CHANGE value defined at extension ndc182shoppingfacades.
    • UPDATE_PASSENGER

      public static final NDCOrderReshopType UPDATE_PASSENGER
      Generated enum value for NDCOrderReshopType.UPDATE_PASSENGER value defined at extension ndc182shoppingfacades.
  • Method Details

    • values

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