public enum AvsCheckResult extends java.lang.Enum<AvsCheckResult>
| Enum Constant and Description |
|---|
FULL_MATCH |
NO_MATCH |
NOT_PROVIDED |
PARTIAL_MATCH |
UNAVAILABLE |
| Modifier and Type | Method and Description |
|---|---|
static AvsCheckResult |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
static AvsCheckResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AvsCheckResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvsCheckResult FULL_MATCH
public static final AvsCheckResult PARTIAL_MATCH
public static final AvsCheckResult NO_MATCH
public static final AvsCheckResult NOT_PROVIDED
public static final AvsCheckResult UNAVAILABLE
public static AvsCheckResult[] values()
for (AvsCheckResult c : AvsCheckResult.values()) System.out.println(c);
public static AvsCheckResult valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static AvsCheckResult fromValue(java.lang.String value)
public java.lang.String getValue()