public static enum GLMParams.CaseMode extends java.lang.Enum<GLMParams.CaseMode>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
exp(double v) |
boolean |
isCase(double actual,
double caseVal) |
java.lang.String |
toString() |
static GLMParams.CaseMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GLMParams.CaseMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLMParams.CaseMode none
public static final GLMParams.CaseMode lt
public static final GLMParams.CaseMode gt
public static final GLMParams.CaseMode lte
public static final GLMParams.CaseMode gte
public static final GLMParams.CaseMode eq
public static final GLMParams.CaseMode neq
public static GLMParams.CaseMode[] values()
for (GLMParams.CaseMode c : GLMParams.CaseMode.values()) System.out.println(c);
public static GLMParams.CaseMode 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<GLMParams.CaseMode>
public java.lang.String exp(double v)
public final boolean isCase(double actual, double caseVal)