public static enum DataParameters.WiZer extends java.lang.Enum<DataParameters.WiZer> implements DataParameters.Any
Enum Constant and Description |
---|
log_view |
sample_size |
Modifier and Type | Method and Description |
---|---|
int |
type() |
static DataParameters.WiZer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataParameters.WiZer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final DataParameters.WiZer log_view
public static final DataParameters.WiZer sample_size
public static DataParameters.WiZer[] values()
for (DataParameters.WiZer c : DataParameters.WiZer.values()) System.out.println(c);
public static DataParameters.WiZer 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 int type()
type
in interface DataParameters.Any