| Modifier and Type | Method and Description |
|---|---|
static AVSCode |
findByValue(java.lang.String value) |
java.lang.String |
getDescription() |
java.lang.String |
getValue() |
static AVSCode |
valueOf(java.lang.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(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 AVSCode findByValue(java.lang.String value)
public java.lang.String getValue()
public java.lang.String getDescription()
Copyright © 2018. All Rights Reserved.