Enum Class NDCBookingActionType

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

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

    • AMEND_ANCILLARY

      public static final NDCBookingActionType AMEND_ANCILLARY
      Generated enum value for NDCBookingActionType.AMEND_ANCILLARY value defined at extension ndc182facades.
    • REMOVE_ANCILLARY

      public static final NDCBookingActionType REMOVE_ANCILLARY
      Generated enum value for NDCBookingActionType.REMOVE_ANCILLARY value defined at extension ndc182facades.
    • AMEND_SEAT

      public static final NDCBookingActionType AMEND_SEAT
      Generated enum value for NDCBookingActionType.AMEND_SEAT value defined at extension ndc182facades.
    • REMOVE_PASSENGER

      public static final NDCBookingActionType REMOVE_PASSENGER
      Generated enum value for NDCBookingActionType.REMOVE_PASSENGER value defined at extension ndc182facades.
  • Method Details

    • values

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