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