public static enum Nth.Form extends Enum<Nth.Form>
| Modifier and Type | Method and Description |
|---|---|
static Nth.Form |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nth.Form[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Nth.Form EVEN
public static final Nth.Form ODD
public static final Nth.Form STANDARD
public static Nth.Form[] values()
for (Nth.Form c : Nth.Form.values()) System.out.println(c);
public static Nth.Form 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 © 2012-2015. All Rights Reserved.