public enum LPFilterType extends java.lang.Enum<LPFilterType>
Enum Constant and Description |
---|
NONE |
SEQUENCE_ENCODING |
SLACK_VAR |
Modifier and Type | Method and Description |
---|---|
double |
getDefaultThreshold() |
double |
getThreshold()
Deprecated.
|
java.lang.String |
getThresholdDescription() |
void |
setThreshold(double threshold)
Deprecated.
|
java.lang.String |
toString() |
static LPFilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LPFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LPFilterType NONE
public static final LPFilterType SEQUENCE_ENCODING
public static final LPFilterType SLACK_VAR
public static LPFilterType[] values()
for (LPFilterType c : LPFilterType.values()) System.out.println(c);
public static LPFilterType 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<LPFilterType>
public double getDefaultThreshold()
public java.lang.String getThresholdDescription()
@Deprecated public double getThreshold()
@Deprecated public void setThreshold(double threshold)