Package de.hybris.platform.payment.dto
Enum Class Cv2AvsPolicy
- All Implemented Interfaces:
Serializable,Comparable<Cv2AvsPolicy>,Constable
Cv2 Avs Policy
-
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 forCv2AvsPolicy.ADDRESSvalue defined at extensionpayment.Generated enum value forCv2AvsPolicy.CV2value defined at extensionpayment.Generated enum value forCv2AvsPolicy.POSTAL_CODEvalue defined at extensionpayment. -
Method Summary
Modifier and TypeMethodDescriptionstatic Cv2AvsPolicyReturns the enum constant of this class with the specified name.static Cv2AvsPolicy[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CV2
Generated enum value forCv2AvsPolicy.CV2value defined at extensionpayment. -
POSTAL_CODE
Generated enum value forCv2AvsPolicy.POSTAL_CODEvalue defined at extensionpayment. -
ADDRESS
Generated enum value forCv2AvsPolicy.ADDRESSvalue defined at extensionpayment.
-
-
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
-