Package | Description |
---|---|
bpsim | |
bpsim.impl |
Modifier and Type | Field and Description |
---|---|
static List<ResultType> |
ResultType.VALUES
A public read-only list of all the 'Result Type' enumerators
|
Modifier and Type | Method and Description |
---|---|
static ResultType |
ResultType.get(int value)
Returns the 'Result Type' literal with the specified integer value
|
static ResultType |
ResultType.get(String literal)
Returns the 'Result Type' literal with the specified literal value
|
static ResultType |
ResultType.getByName(String name)
Returns the 'Result Type' literal with the specified name
|
ResultType |
ParameterValue.getResult()
Returns the value of the 'Result' attribute.
|
static ResultType |
ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultType[] |
ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ResultType> |
Parameter.getResultRequest()
Returns the value of the 'Result Request' attribute list.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterValue.setResult(ResultType value)
Sets the value of the '
Result ' attribute |
Modifier and Type | Field and Description |
---|---|
protected ResultType |
ParameterValueImpl.result
The cached value of the '
Result ' attribute |
protected static ResultType |
ParameterValueImpl.RESULT_EDEFAULT
The default value of the '
Result ' attribute |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<ResultType> |
ParameterImpl.resultRequest
The cached value of the '
Result Request ' attribute list |
Modifier and Type | Method and Description |
---|---|
ResultType |
BpsimFactoryImpl.createResultTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
ResultType |
BpsimFactoryImpl.createResultTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
ResultType |
ParameterValueImpl.getResult() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ResultType> |
ParameterImpl.getResultRequest() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterValueImpl.setResult(ResultType newResult) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.