|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OdeMath.OP>
org.ode4j.ode.OdeMath.OP
@Deprecated public static enum OdeMath.OP
Enum Constant Summary | |
---|---|
ADD
Deprecated. |
|
ADD_EQ
Deprecated. += |
|
DIV
Deprecated. |
|
EQ
Deprecated. |
|
EQ_SUB
Deprecated. =- |
|
MUL
Deprecated. |
|
MUL_EQ
Deprecated. = |
|
SUB
Deprecated. |
|
SUB_EQ
Deprecated. -= |
Method Summary | |
---|---|
static OdeMath.OP |
valueOf(java.lang.String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static OdeMath.OP[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final OdeMath.OP ADD
public static final OdeMath.OP SUB
public static final OdeMath.OP MUL
public static final OdeMath.OP DIV
public static final OdeMath.OP EQ
public static final OdeMath.OP ADD_EQ
public static final OdeMath.OP EQ_SUB
public static final OdeMath.OP MUL_EQ
public static final OdeMath.OP SUB_EQ
Method Detail |
---|
public static OdeMath.OP[] values()
for (OdeMath.OP c : OdeMath.OP.values()) System.out.println(c);
public static OdeMath.OP 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |