Enum Class NDCBookingActionType
java.lang.Object
java.lang.Enum<NDCBookingActionType>
de.hybris.platform.ndc182shoppingfacades.enums.NDCBookingActionType
- All Implemented Interfaces:
Serializable,Comparable<NDCBookingActionType>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGenerated enum value forNDCBookingActionType.AMEND_ANCILLARYvalue defined at extensionndc182shoppingfacades.Generated enum value forNDCBookingActionType.AMEND_FLIGHTvalue defined at extensionndc182shoppingfacades.Generated enum value forNDCBookingActionType.AMEND_SEATvalue defined at extensionndc182shoppingfacades.Generated enum value forNDCBookingActionType.CANCEL_ORDERvalue defined at extensionndc182shoppingfacades.Generated enum value forNDCBookingActionType.REMOVE_ANCILLARYvalue defined at extensionndc182shoppingfacades.Generated enum value forNDCBookingActionType.REMOVE_PASSENGERvalue defined at extensionndc182shoppingfacades.Generated enum value forNDCBookingActionType.UPDATE_PASSENGERvalue defined at extensionndc182shoppingfacades. -
Method Summary
Modifier and TypeMethodDescriptionstatic NDCBookingActionTypeReturns the enum constant of this class with the specified name.static NDCBookingActionType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AMEND_ANCILLARY
Generated enum value forNDCBookingActionType.AMEND_ANCILLARYvalue defined at extensionndc182shoppingfacades. -
REMOVE_ANCILLARY
Generated enum value forNDCBookingActionType.REMOVE_ANCILLARYvalue defined at extensionndc182shoppingfacades. -
AMEND_SEAT
Generated enum value forNDCBookingActionType.AMEND_SEATvalue defined at extensionndc182shoppingfacades. -
REMOVE_PASSENGER
Generated enum value forNDCBookingActionType.REMOVE_PASSENGERvalue defined at extensionndc182shoppingfacades. -
AMEND_FLIGHT
Generated enum value forNDCBookingActionType.AMEND_FLIGHTvalue defined at extensionndc182shoppingfacades. -
UPDATE_PASSENGER
Generated enum value forNDCBookingActionType.UPDATE_PASSENGERvalue defined at extensionndc182shoppingfacades. -
CANCEL_ORDER
Generated enum value forNDCBookingActionType.CANCEL_ORDERvalue defined at extensionndc182shoppingfacades.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-