public enum CardCodeResponseType extends Enum<CardCodeResponseType>
| Modifier and Type | Method and Description |
|---|---|
static CardCodeResponseType |
findByValue(String value) |
String |
getDescription() |
String |
getValue() |
static CardCodeResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardCodeResponseType[] |
values()
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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static CardCodeResponseType findByValue(String value)
public String getValue()
public String getDescription()
Copyright © 2016. All Rights Reserved.