Package com.skava.paymentapp.constant
Enum Class PaymentOptionValidityResponseCode
java.lang.Object
java.lang.Enum<PaymentOptionValidityResponseCode>
com.skava.paymentapp.constant.PaymentOptionValidityResponseCode
- All Implemented Interfaces:
Serializable
,Comparable<PaymentOptionValidityResponseCode>
,Constable
The Enum PaymentOptionValidityResponseCode.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe entity payment option.The entity payment option product.The error already exists.The error invalid input.The error not found.The error payment option id.The error payment option id invalid.The error payment option master id.The error product option id already exists.The invalid product rule.The operation common.The payment option delete success.The payment option id already exists.The payment option id does not exists.The payment option id invalid.The payment option master id does not exists.The payment option rule delete code.The payment option rule delete success.The product rule invalid.The service payment. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PaymentOptionValidityResponseCode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENTITY_PAYMENT_OPTION
The entity payment option. -
ENTITY_PAYMENT_OPTION_PRODUCT
The entity payment option product. -
SERVICE_PAYMENT
The service payment. -
OPERATION_COMMON
The operation common. -
ERROR_NOT_FOUND
The error not found. -
ERROR_INVALID_INPUT
The error invalid input. -
ERROR_ALREADY_EXISTS
The error already exists. -
PAYMENT_OPTION_ID_DOES_NOT_EXISTS
The payment option id does not exists. -
PAYMENT_OPTION_MASTER_ID_DOES_NOT_EXISTS
The payment option master id does not exists. -
PAYMENT_OPTION_ID_ALREADY_EXISTS
The payment option id already exists. -
PAYMENT_OPTION_ID_INVALID
The payment option id invalid. -
PRODUCT_RULE_INVALID
The product rule invalid. -
PAYMENT_OPTION_RULE_DELETE_CODE
The payment option rule delete code. -
PAYMENT_OPTION_RULE_DELETE_SUCCESS
The payment option rule delete success. -
PAYMENT_OPTION_DELETE_SUCCESS
The payment option delete success. -
ERROR_PAYMENT_OPTION_ID
The error payment option id. -
ERROR_PAYMENT_OPTION_MASTER_ID
The error payment option master id. -
ERROR_PAYMENT_OPTION_ID_INVALID
The error payment option id invalid. -
INVALID_PRODUCT_RULE
The invalid product rule. -
ERROR_PRODUCT_OPTION_ID_ALREADY_EXISTS
The error product option id already exists.
-
-
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
-