hex.glm
Enum GLMParams.CaseMode
java.lang.Object
java.lang.Enum<GLMParams.CaseMode>
hex.glm.GLMParams.CaseMode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<GLMParams.CaseMode>
- Enclosing class:
- GLMParams
public static enum GLMParams.CaseMode
- extends java.lang.Enum<GLMParams.CaseMode>
Method Summary |
java.lang.String |
exp(double v)
|
boolean |
isCase(double x,
double y)
|
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. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
none
public static final GLMParams.CaseMode none
lt
public static final GLMParams.CaseMode lt
gt
public static final GLMParams.CaseMode gt
lte
public static final GLMParams.CaseMode lte
gte
public static final GLMParams.CaseMode gte
eq
public static final GLMParams.CaseMode eq
neq
public static final GLMParams.CaseMode neq
values
public static GLMParams.CaseMode[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GLMParams.CaseMode c : GLMParams.CaseMode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GLMParams.CaseMode valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum<GLMParams.CaseMode>
exp
public java.lang.String exp(double v)
isCase
public final boolean isCase(double x,
double y)