@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Mon Jun 30 16:26:34 CEST 2014") public enum E4 extends Enum<E4>
| Modifier and Type | Method and Description |
|---|---|
static E4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E4 LITERAL1
public static final E4 LITERAL2
public static E4[] values()
for (E4 c : E4.values()) System.out.println(c);
public static E4 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.