public interface ParameterValue
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BpsimPackage.getParameterValue()
Modifier and Type | Method and Description |
---|---|
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 |
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()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.