|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AuthorizationRS.Authorization.AuthorizationResult.CVCResult>
org.ota.misc.AuthorizationRS.Authorization.AuthorizationResult.CVCResult
public static enum AuthorizationRS.Authorization.AuthorizationResult.CVCResult
Schema fragment(s) for this class:
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="Match"/> <xs:enumeration value="DoesNotMatch"/> <xs:enumeration value="NotProcessed"/> <xs:enumeration value="Required"/> <xs:enumeration value="IssuerNotCertified"/> </xs:restriction> </xs:simpleType>
Enum Constant Summary | |
---|---|
DOES_NOT_MATCH
The CV code entered does not match what is in the customer file. |
|
ISSUER_NOT_CERTIFIED
The issuer is not authorized to use this CV code. |
|
MATCH
The CV code entered matches what is in the customer file. |
|
NOT_PROCESSED
The CV code could not be processed. |
|
REQUIRED
The CV code was not provided but is required. |
Method Summary | |
---|---|
static AuthorizationRS.Authorization.AuthorizationResult.CVCResult |
convert(java.lang.String value)
|
java.lang.String |
toString()
|
static AuthorizationRS.Authorization.AuthorizationResult.CVCResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AuthorizationRS.Authorization.AuthorizationResult.CVCResult[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AuthorizationRS.Authorization.AuthorizationResult.CVCResult MATCH
public static final AuthorizationRS.Authorization.AuthorizationResult.CVCResult DOES_NOT_MATCH
public static final AuthorizationRS.Authorization.AuthorizationResult.CVCResult NOT_PROCESSED
public static final AuthorizationRS.Authorization.AuthorizationResult.CVCResult REQUIRED
public static final AuthorizationRS.Authorization.AuthorizationResult.CVCResult ISSUER_NOT_CERTIFIED
Method Detail |
---|
public static AuthorizationRS.Authorization.AuthorizationResult.CVCResult[] values()
for (AuthorizationRS.Authorization.AuthorizationResult.CVCResult c : AuthorizationRS.Authorization.AuthorizationResult.CVCResult.values()) System.out.println(c);
public static AuthorizationRS.Authorization.AuthorizationResult.CVCResult 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<AuthorizationRS.Authorization.AuthorizationResult.CVCResult>
public static AuthorizationRS.Authorization.AuthorizationResult.CVCResult convert(java.lang.String value)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |