@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Tue Apr 22 12:42:13 CEST 2014") public enum E9 extends Enum<E9>
| Modifier and Type | Method and Description |
|---|---|
static E9 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E9[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E9 LITERAL1
public static final E9 LITERAL2
public static E9[] values()
for (E9 c : E9.values()) System.out.println(c);
public static E9 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 © 2004–2014 CodeLutin. All rights reserved.