|
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 Parameter
A representation of the model object 'Parameter'.
The following features are supported:
BpsimPackage.getParameter()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<ParameterValue> |
getParameterValue()
Returns the value of the 'Parameter Value' containment reference list. |
org.eclipse.emf.ecore.util.FeatureMap |
getParameterValueGroup()
Returns the value of the 'Parameter Value Group' attribute list. |
org.eclipse.emf.common.util.EList<ResultType> |
getResultRequest()
Returns the value of the 'Result Request' attribute list. |
boolean |
isKpi()
Returns the value of the 'Kpi' attribute. |
boolean |
isSetKpi()
Returns whether the value of the ' Kpi ' attribute is set |
boolean |
isSetSla()
Returns whether the value of the ' Sla ' attribute is set |
boolean |
isSla()
Returns the value of the 'Sla' attribute. |
void |
setKpi(boolean value)
Sets the value of the ' Kpi ' attribute |
void |
setSla(boolean value)
Sets the value of the ' Sla ' attribute |
void |
unsetKpi()
Unsets the value of the ' Kpi ' attribute |
void |
unsetSla()
Unsets the value of the ' Sla ' 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 |
---|
org.eclipse.emf.common.util.EList<ResultType> getResultRequest()
ResultType
.
The literals are from the enumeration ResultType
.
If the meaning of the 'Result Request' attribute list isn't clear, there really should be more of a description here...
ResultType
,
BpsimPackage.getParameter_ResultRequest()
org.eclipse.emf.ecore.util.FeatureMap getParameterValueGroup()
FeatureMap.Entry
.
If the meaning of the 'Parameter Value Group' attribute list isn't clear, there really should be more of a description here...
BpsimPackage.getParameter_ParameterValueGroup()
org.eclipse.emf.common.util.EList<ParameterValue> getParameterValue()
ParameterValue
.
If the meaning of the 'Parameter Value' containment reference list isn't clear, there really should be more of a description here...
BpsimPackage.getParameter_ParameterValue()
boolean isKpi()
"false"
.
If the meaning of the 'Kpi' attribute isn't clear, there really should be more of a description here...
isSetKpi()
,
unsetKpi()
,
setKpi(boolean)
,
BpsimPackage.getParameter_Kpi()
void setKpi(boolean value)
Kpi
' attribute.
value
- the new value of the 'Kpi' attribute.isSetKpi()
,
unsetKpi()
,
isKpi()
void unsetKpi()
Kpi
' attribute.
isSetKpi()
,
isKpi()
,
setKpi(boolean)
boolean isSetKpi()
Kpi
' attribute is set.
unsetKpi()
,
isKpi()
,
setKpi(boolean)
boolean isSla()
"false"
.
If the meaning of the 'Sla' attribute isn't clear, there really should be more of a description here...
isSetSla()
,
unsetSla()
,
setSla(boolean)
,
BpsimPackage.getParameter_Sla()
void setSla(boolean value)
Sla
' attribute.
value
- the new value of the 'Sla' attribute.isSetSla()
,
unsetSla()
,
isSla()
void unsetSla()
Sla
' attribute.
isSetSla()
,
isSla()
,
setSla(boolean)
boolean isSetSla()
Sla
' attribute is set.
unsetSla()
,
isSla()
,
setSla(boolean)
|
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 |