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