public enum AVSCode extends Enum<AVSCode> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static AVSCode |
findByValue(String value) |
String |
getDescription() |
String |
getValue() |
static AVSCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AVSCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AVSCode A
public static final AVSCode B
public static final AVSCode E
public static final AVSCode G
public static final AVSCode N
public static final AVSCode P
public static final AVSCode R
public static final AVSCode S
public static final AVSCode U
public static final AVSCode W
public static final AVSCode X
public static final AVSCode Y
public static final AVSCode Z
public static AVSCode[] values()
for (AVSCode c : AVSCode.values()) System.out.println(c);
public static AVSCode 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 String getValue()
public String getDescription()
Copyright © 2016. All Rights Reserved.