net.authorize.data.xml.reporting
Enum CAVVResponseType

java.lang.Object
  extended by java.lang.Enum<CAVVResponseType>
      extended by net.authorize.data.xml.reporting.CAVVResponseType
All Implemented Interfaces:
Serializable, Comparable<CAVVResponseType>

public enum CAVVResponseType
extends Enum<CAVVResponseType>

Cardholder Authentication Verification type.


Enum Constant Summary
CAVV_0
           
CAVV_1
           
CAVV_2
           
CAVV_3
           
CAVV_4
           
CAVV_5
           
CAVV_6
           
CAVV_7
           
CAVV_8
           
CAVV_9
           
CAVV_A
           
CAVV_B
           
NOT_VALIDATED
           
 
Method Summary
static CAVVResponseType findByValue(String value)
           
 String getDescription()
           
 String getValue()
           
static CAVVResponseType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CAVVResponseType[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NOT_VALIDATED

public static final CAVVResponseType NOT_VALIDATED

CAVV_0

public static final CAVVResponseType CAVV_0

CAVV_1

public static final CAVVResponseType CAVV_1

CAVV_2

public static final CAVVResponseType CAVV_2

CAVV_3

public static final CAVVResponseType CAVV_3

CAVV_4

public static final CAVVResponseType CAVV_4

CAVV_5

public static final CAVVResponseType CAVV_5

CAVV_6

public static final CAVVResponseType CAVV_6

CAVV_7

public static final CAVVResponseType CAVV_7

CAVV_8

public static final CAVVResponseType CAVV_8

CAVV_9

public static final CAVVResponseType CAVV_9

CAVV_A

public static final CAVVResponseType CAVV_A

CAVV_B

public static final CAVVResponseType CAVV_B
Method Detail

values

public static CAVVResponseType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CAVVResponseType c : CAVVResponseType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CAVVResponseType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
NullPointerException - if the argument is null

findByValue

public static CAVVResponseType findByValue(String value)

getValue

public String getValue()
Returns:
the value

getDescription

public String getDescription()
Returns:
the description


Copyright © 2014. All Rights Reserved.