public static enum Run.SchemeType extends Enum<Run.SchemeType>
| Enum Constant and Description |
|---|
ASSOCIATOR |
ATTRIBUTE_SELECTION |
CLASSIFIER |
CLUSTERER |
COMMANDLINE |
FILTER |
LOADER |
SAVER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Run.SchemeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Run.SchemeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Run.SchemeType CLASSIFIER
public static final Run.SchemeType CLUSTERER
public static final Run.SchemeType ASSOCIATOR
public static final Run.SchemeType ATTRIBUTE_SELECTION
public static final Run.SchemeType FILTER
public static final Run.SchemeType LOADER
public static final Run.SchemeType SAVER
public static final Run.SchemeType COMMANDLINE
public static Run.SchemeType[] values()
for (Run.SchemeType c : Run.SchemeType.values()) System.out.println(c);
public static Run.SchemeType 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 nullpublic String toString()
toString in class Enum<Run.SchemeType>Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.