public enum EMULIB_VERSION extends Enum<EMULIB_VERSION>
| Enum Constant and Description |
|---|
VERSION_9 |
| Modifier and Type | Method and Description |
|---|---|
static EMULIB_VERSION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMULIB_VERSION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMULIB_VERSION VERSION_9
public static EMULIB_VERSION[] values()
for (EMULIB_VERSION c : EMULIB_VERSION.values()) System.out.println(c);
public static EMULIB_VERSION 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 nullCopyright © 2017. All rights reserved.