public static enum MParameter.EvaluationMode extends java.lang.Enum<MParameter.EvaluationMode>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
str |
Modifier and Type | Method and Description |
---|---|
static MParameter.EvaluationMode |
getEvaluationMode(java.lang.String name) |
java.lang.String |
getString()
Get the string representation.
|
static MParameter.EvaluationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MParameter.EvaluationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MParameter.EvaluationMode STATIC
public static final MParameter.EvaluationMode PUSH
public static final MParameter.EvaluationMode PULL
public static final MParameter.EvaluationMode POLLING
public static MParameter.EvaluationMode[] values()
for (MParameter.EvaluationMode c : MParameter.EvaluationMode.values()) System.out.println(c);
public static MParameter.EvaluationMode 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 getString()
public static MParameter.EvaluationMode getEvaluationMode(java.lang.String name)