public static enum ArgLearner.Mode extends Enum<ArgLearner.Mode>
| Modifier and Type | Method and Description |
|---|---|
static ArgLearner.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArgLearner.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArgLearner.Mode LEFT
public static final ArgLearner.Mode RIGHT
public static ArgLearner.Mode[] values()
for (ArgLearner.Mode c : ArgLearner.Mode.values()) System.out.println(c);
public static ArgLearner.Mode 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 © 2010-2013 University of Washington CSE. All Rights Reserved.