public enum HolderAuthentStatus extends java.lang.Enum<HolderAuthentStatus>
| Enum Constant and Description |
|---|
ATTEMPT |
BYPASS |
CANCEL |
ERROR |
FAILURE |
NO_AUTHENT |
NOT_ENROLLED |
NOT_PARTICIPATING |
NOT_SPECIFIED |
SSL |
SUCCESS |
THREE_D_ABORT |
THREE_D_ATTEMPT |
THREE_D_BYPASS |
THREE_D_ERROR |
THREE_D_FAILURE |
THREE_D_NOTENROLLED |
THREE_D_SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static HolderAuthentStatus |
fromValue(java.lang.String value) |
static HolderAuthentStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HolderAuthentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HolderAuthentStatus ATTEMPT
public static final HolderAuthentStatus THREE_D_ATTEMPT
public static final HolderAuthentStatus BYPASS
public static final HolderAuthentStatus THREE_D_BYPASS
public static final HolderAuthentStatus CANCEL
public static final HolderAuthentStatus THREE_D_ABORT
public static final HolderAuthentStatus ERROR
public static final HolderAuthentStatus THREE_D_ERROR
public static final HolderAuthentStatus FAILURE
public static final HolderAuthentStatus THREE_D_FAILURE
public static final HolderAuthentStatus NO_AUTHENT
public static final HolderAuthentStatus SSL
public static final HolderAuthentStatus NOT_ENROLLED
public static final HolderAuthentStatus THREE_D_NOTENROLLED
public static final HolderAuthentStatus NOT_PARTICIPATING
public static final HolderAuthentStatus NOT_SPECIFIED
public static final HolderAuthentStatus SUCCESS
public static final HolderAuthentStatus THREE_D_SUCCESS
public static HolderAuthentStatus[] values()
for (HolderAuthentStatus c : HolderAuthentStatus.values()) System.out.println(c);
public static HolderAuthentStatus 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 HolderAuthentStatus fromValue(java.lang.String value)