public enum ResultType extends Enum<ResultType> implements org.eclipse.emf.common.util.Enumerator
BpsimPackage.getResultType()
Enum Constant and Description |
---|
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
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final ResultType MIN
MIN_VALUE
public static final ResultType MAX
MAX_VALUE
public static final ResultType MEAN
MEAN_VALUE
public static final ResultType COUNT
COUNT_VALUE
public static final ResultType SUM
SUM_VALUE
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
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 nameNullPointerException
- 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.Enumerator
public String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public String toString()
toString
in class Enum<ResultType>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.