jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

bpsim
Interface Parameter

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
PropertyType
All Known Implementing Classes:
ParameterImpl, PropertyTypeImpl

public interface Parameter
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Parameter'.

The following features are supported:

See Also:
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

getResultRequest

org.eclipse.emf.common.util.EList<ResultType> getResultRequest()
Returns the value of the 'Result Request' attribute list. The list contents are of type 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...

Returns:
the value of the 'Result Request' attribute list.
See Also:
ResultType, BpsimPackage.getParameter_ResultRequest()

getParameterValueGroup

org.eclipse.emf.ecore.util.FeatureMap getParameterValueGroup()
Returns the value of the 'Parameter Value Group' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Parameter Value Group' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter Value Group' attribute list.
See Also:
BpsimPackage.getParameter_ParameterValueGroup()

getParameterValue

org.eclipse.emf.common.util.EList<ParameterValue> getParameterValue()
Returns the value of the 'Parameter Value' containment reference list. The list contents are of type ParameterValue.

If the meaning of the 'Parameter Value' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter Value' containment reference list.
See Also:
BpsimPackage.getParameter_ParameterValue()

isKpi

boolean isKpi()
Returns the value of the 'Kpi' attribute. The default value is "false".

If the meaning of the 'Kpi' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Kpi' attribute.
See Also:
isSetKpi(), unsetKpi(), setKpi(boolean), BpsimPackage.getParameter_Kpi()

setKpi

void setKpi(boolean value)
Sets the value of the 'Kpi' attribute.

Parameters:
value - the new value of the 'Kpi' attribute.
See Also:
isSetKpi(), unsetKpi(), isKpi()

unsetKpi

void unsetKpi()
Unsets the value of the 'Kpi' attribute.

See Also:
isSetKpi(), isKpi(), setKpi(boolean)

isSetKpi

boolean isSetKpi()
Returns whether the value of the 'Kpi' attribute is set.

Returns:
whether the value of the 'Kpi' attribute is set.
See Also:
unsetKpi(), isKpi(), setKpi(boolean)

isSla

boolean isSla()
Returns the value of the 'Sla' attribute. The default value is "false".

If the meaning of the 'Sla' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sla' attribute.
See Also:
isSetSla(), unsetSla(), setSla(boolean), BpsimPackage.getParameter_Sla()

setSla

void setSla(boolean value)
Sets the value of the 'Sla' attribute.

Parameters:
value - the new value of the 'Sla' attribute.
See Also:
isSetSla(), unsetSla(), isSla()

unsetSla

void unsetSla()
Unsets the value of the 'Sla' attribute.

See Also:
isSetSla(), isSla(), setSla(boolean)

isSetSla

boolean isSetSla()
Returns whether the value of the 'Sla' attribute is set.

Returns:
whether the value of the 'Sla' attribute is set.
See Also:
unsetSla(), isSla(), setSla(boolean)

jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.