Package de.hybris.platform.payment.dto
Enum Class AvsStatus
- All Implemented Interfaces:
Serializable,Comparable<AvsStatus>,Constable
Enum defining the avs status
-
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 forAvsStatus.INVALIDvalue defined at extensionpayment.Generated enum value forAvsStatus.MATCHEDvalue defined at extensionpayment.Generated enum value forAvsStatus.NO_RESULTvalue defined at extensionpayment.Generated enum value forAvsStatus.NOT_MATCHEDvalue defined at extensionpayment.Generated enum value forAvsStatus.NOT_SUPPORTEDvalue defined at extensionpayment.Generated enum value forAvsStatus.PARTIAL_MATCHvalue defined at extensionpayment.Generated enum value forAvsStatus.SYSTEM_UNAVAILABLEvalue defined at extensionpayment.Generated enum value forAvsStatus.UNRECOGNIZED_RESULTvalue defined at extensionpayment. -
Method Summary
-
Enum Constant Details
-
PARTIAL_MATCH
Generated enum value forAvsStatus.PARTIAL_MATCHvalue defined at extensionpayment. -
MATCHED
Generated enum value forAvsStatus.MATCHEDvalue defined at extensionpayment. -
NOT_MATCHED
Generated enum value forAvsStatus.NOT_MATCHEDvalue defined at extensionpayment. -
NOT_SUPPORTED
Generated enum value forAvsStatus.NOT_SUPPORTEDvalue defined at extensionpayment. -
INVALID
Generated enum value forAvsStatus.INVALIDvalue defined at extensionpayment. -
NO_RESULT
Generated enum value forAvsStatus.NO_RESULTvalue defined at extensionpayment. -
UNRECOGNIZED_RESULT
Generated enum value forAvsStatus.UNRECOGNIZED_RESULTvalue defined at extensionpayment. -
SYSTEM_UNAVAILABLE
Generated enum value forAvsStatus.SYSTEM_UNAVAILABLEvalue 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
-