|
jBPM :: BPMN2 EMF Extension Model 6.0.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ResultType>
bpsim.ResultType
public enum ResultType
A representation of the literals of the enumeration 'Result Type', and utility methods for working with them.
BpsimPackage.getResultType()| Enum Constant Summary | |
|---|---|
COUNT
The 'Count' literal object |
|
MAX
The 'Max' literal object |
|
MEAN
The 'Mean' literal object |
|
MIN
The 'Min' literal object |
|
SUM
The 'Sum' literal object |
|
| Field Summary | |
|---|---|
static int |
COUNT_VALUE
The 'Count' literal value |
static int |
MAX_VALUE
The 'Max' literal value |
static int |
MEAN_VALUE
The 'Mean' literal value |
static int |
MIN_VALUE
The 'Min' literal value |
static int |
SUM_VALUE
The 'Sum' literal value |
static List<ResultType> |
VALUES
A public read-only list of all the 'Result Type' enumerators |
| Method Summary | |
|---|---|
static ResultType |
get(int value)
Returns the 'Result Type' literal with the specified integer value |
static ResultType |
get(String literal)
Returns the 'Result Type' literal with the specified literal value |
static ResultType |
getByName(String name)
Returns the 'Result Type' literal with the specified name |
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static ResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResultType[] |
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 |
| Enum Constant Detail |
|---|
public static final ResultType MIN
MIN_VALUEpublic static final ResultType MAX
MAX_VALUEpublic static final ResultType MEAN
MEAN_VALUEpublic static final ResultType COUNT
COUNT_VALUEpublic static final ResultType SUM
SUM_VALUE| Field Detail |
|---|
public static final int MIN_VALUE
If the meaning of 'Min' literal object isn't clear, there really should be more of a description here...
MIN,
Constant Field Valuespublic static final int MAX_VALUE
If the meaning of 'Max' literal object isn't clear, there really should be more of a description here...
MAX,
Constant Field Valuespublic static final int MEAN_VALUE
If the meaning of 'Mean' literal object isn't clear, there really should be more of a description here...
MEAN,
Constant Field Valuespublic static final int COUNT_VALUE
If the meaning of 'Count' literal object isn't clear, there really should be more of a description here...
COUNT,
Constant Field Valuespublic static final int SUM_VALUE
If the meaning of 'Sum' literal object isn't clear, there really should be more of a description here...
SUM,
Constant Field Valuespublic static final List<ResultType> VALUES
| Method Detail |
|---|
public static ResultType[] values()
for (ResultType c : ResultType.values()) System.out.println(c);
public static ResultType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static ResultType get(String literal)
public static ResultType getByName(String name)
public static ResultType get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<ResultType>
|
jBPM :: BPMN2 EMF Extension Model 6.0.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||