static enum CheckParameterizables.State extends Enum<CheckParameterizables.State>
Enum Constant and Description |
---|
DEFAULT_INSTANTIABLE |
ERROR |
INSTANTIABLE |
NO_CONSTRUCTOR |
Modifier and Type | Method and Description |
---|---|
static CheckParameterizables.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckParameterizables.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckParameterizables.State NO_CONSTRUCTOR
public static final CheckParameterizables.State INSTANTIABLE
public static final CheckParameterizables.State DEFAULT_INSTANTIABLE
public static final CheckParameterizables.State ERROR
public static CheckParameterizables.State[] values()
for (CheckParameterizables.State c : CheckParameterizables.State.values()) System.out.println(c);
public static CheckParameterizables.State 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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.