public static enum DataParameters.Ori extends java.lang.Enum<DataParameters.Ori> implements DataParameters.Any
Enum Constant and Description |
---|
min_area |
min_filaments |
Modifier and Type | Method and Description |
---|---|
int |
type() |
static DataParameters.Ori |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataParameters.Ori[] |
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.Ori min_area
public static final DataParameters.Ori min_filaments
public static DataParameters.Ori[] values()
for (DataParameters.Ori c : DataParameters.Ori.values()) System.out.println(c);
public static DataParameters.Ori 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