public static enum Run.SchemeType extends java.lang.Enum<Run.SchemeType>
Enum Constant and Description |
---|
ASSOCIATOR |
ATTRIBUTE_SELECTION |
CLASSIFIER |
CLUSTERER |
COMMANDLINE |
DATAGENERATOR |
FILTER |
LOADER |
SAVER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static Run.SchemeType |
valueOf(java.lang.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 DATAGENERATOR
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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Run.SchemeType>