|
jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterValue
A representation of the model object 'Parameter Value'.
The following features are supported:
BpsimPackage.getParameterValue()
Method Summary | |
---|---|
String |
getInstance()
Returns the value of the 'Instance' attribute |
ResultType |
getResult()
Returns the value of the 'Result' attribute. |
String |
getValidFor()
Returns the value of the 'Valid For' attribute |
boolean |
isSetResult()
Returns whether the value of the ' Result ' attribute is set |
void |
setInstance(String value)
Sets the value of the ' Instance ' attribute |
void |
setResult(ResultType value)
Sets the value of the ' Result ' attribute |
void |
setValidFor(String value)
Sets the value of the ' Valid For ' attribute |
void |
unsetResult()
Unsets the value of the ' Result ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getInstance()
If the meaning of the 'Instance' attribute isn't clear, there really should be more of a description here...
setInstance(String)
,
BpsimPackage.getParameterValue_Instance()
void setInstance(String value)
Instance
' attribute.
value
- the new value of the 'Instance' attribute.getInstance()
ResultType getResult()
ResultType
.
If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...
ResultType
,
isSetResult()
,
unsetResult()
,
setResult(ResultType)
,
BpsimPackage.getParameterValue_Result()
void setResult(ResultType value)
Result
' attribute.
value
- the new value of the 'Result' attribute.ResultType
,
isSetResult()
,
unsetResult()
,
getResult()
void unsetResult()
Result
' attribute.
isSetResult()
,
getResult()
,
setResult(ResultType)
boolean isSetResult()
Result
' attribute is set.
unsetResult()
,
getResult()
,
setResult(ResultType)
String getValidFor()
If the meaning of the 'Valid For' attribute isn't clear, there really should be more of a description here...
setValidFor(String)
,
BpsimPackage.getParameterValue_ValidFor()
void setValidFor(String value)
Valid For
' attribute.
value
- the new value of the 'Valid For' attribute.getValidFor()
|
jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |