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