Enum Class NDCBookingActionType

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

public enum NDCBookingActionType extends Enum<NDCBookingActionType>
  • 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 NDCBookingActionType.AMEND_ANCILLARY value defined at extension ndc182shoppingfacades.
    Generated enum value for NDCBookingActionType.AMEND_FLIGHT value defined at extension ndc182shoppingfacades.
    Generated enum value for NDCBookingActionType.AMEND_SEAT value defined at extension ndc182shoppingfacades.
    Generated enum value for NDCBookingActionType.CANCEL_ORDER value defined at extension ndc182shoppingfacades.
    Generated enum value for NDCBookingActionType.REMOVE_ANCILLARY value defined at extension ndc182shoppingfacades.
    Generated enum value for NDCBookingActionType.REMOVE_PASSENGER value defined at extension ndc182shoppingfacades.
    Generated enum value for NDCBookingActionType.UPDATE_PASSENGER value defined at extension ndc182shoppingfacades.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    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

    • AMEND_ANCILLARY

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

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

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

      public static final NDCBookingActionType REMOVE_PASSENGER
      Generated enum value for NDCBookingActionType.REMOVE_PASSENGER value defined at extension ndc182shoppingfacades.
    • AMEND_FLIGHT

      public static final NDCBookingActionType AMEND_FLIGHT
      Generated enum value for NDCBookingActionType.AMEND_FLIGHT value defined at extension ndc182shoppingfacades.
    • UPDATE_PASSENGER

      public static final NDCBookingActionType UPDATE_PASSENGER
      Generated enum value for NDCBookingActionType.UPDATE_PASSENGER value defined at extension ndc182shoppingfacades.
    • CANCEL_ORDER

      public static final NDCBookingActionType CANCEL_ORDER
      Generated enum value for NDCBookingActionType.CANCEL_ORDER value defined at extension ndc182shoppingfacades.
  • 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