@Deprecated public enum CardCodeResponseType extends java.lang.Enum<CardCodeResponseType>
| Enum Constant and Description |
|---|
M
Deprecated.
|
N
Deprecated.
|
P
Deprecated.
|
S
Deprecated.
|
U
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CardCodeResponseType |
findByValue(java.lang.String value)
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
|
java.lang.String |
getValue()
Deprecated.
|
static CardCodeResponseType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CardCodeResponseType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardCodeResponseType M
public static final CardCodeResponseType N
public static final CardCodeResponseType P
public static final CardCodeResponseType S
public static final CardCodeResponseType U
public static CardCodeResponseType[] values()
for (CardCodeResponseType c : CardCodeResponseType.values()) System.out.println(c);
public static CardCodeResponseType 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 CardCodeResponseType findByValue(java.lang.String value)
public java.lang.String getValue()
public java.lang.String getDescription()
Copyright © 2018. All Rights Reserved.