net.authorize.data.xml.reporting
Enum CardCodeResponseType
java.lang.Object
java.lang.Enum<CardCodeResponseType>
net.authorize.data.xml.reporting.CardCodeResponseType
- All Implemented Interfaces:
- Serializable, Comparable<CardCodeResponseType>
public enum CardCodeResponseType
- extends Enum<CardCodeResponseType>
Card code type.
|
Enum Constant Summary |
M
|
N
|
P
|
S
|
U
|
M
public static final CardCodeResponseType M
N
public static final CardCodeResponseType N
P
public static final CardCodeResponseType P
S
public static final CardCodeResponseType S
U
public static final CardCodeResponseType U
values
public static CardCodeResponseType[] 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 (CardCodeResponseType c : CardCodeResponseType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CardCodeResponseType 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 CardCodeResponseType findByValue(String value)
getValue
public String getValue()
- Returns:
- the value
getDescription
public String getDescription()
- Returns:
- the description
Copyright © 2014. All Rights Reserved.