|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardLoopCharacteristics
A representation of the model object 'Standard Loop Characteristics'.
The following features are supported:
Bpmn2Package.getStandardLoopCharacteristics()
Method Summary | |
---|---|
Expression |
getLoopCondition()
Returns the value of the 'Loop Condition' containment reference. |
java.math.BigInteger |
getLoopMaximum()
Returns the value of the 'Loop Maximum' attribute. |
boolean |
isSetTestBefore()
Returns whether the value of the ' Test Before ' attribute is set. |
boolean |
isTestBefore()
Returns the value of the 'Test Before' attribute. |
void |
setLoopCondition(Expression value)
Sets the value of the ' Loop Condition ' containment reference. |
void |
setLoopMaximum(java.math.BigInteger value)
Sets the value of the ' Loop Maximum ' attribute. |
void |
setTestBefore(boolean value)
Sets the value of the ' Test Before ' attribute. |
void |
unsetTestBefore()
Unsets the value of the ' Test Before ' attribute. |
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement |
---|
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName |
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 |
---|
Expression getLoopCondition()
If the meaning of the 'Loop Condition' containment reference isn't clear, there really should be more of a description here...
setLoopCondition(Expression)
,
Bpmn2Package.getStandardLoopCharacteristics_LoopCondition()
void setLoopCondition(Expression value)
Loop Condition
' containment reference.
value
- the new value of the 'Loop Condition' containment reference.getLoopCondition()
java.math.BigInteger getLoopMaximum()
If the meaning of the 'Loop Maximum' attribute isn't clear, there really should be more of a description here...
setLoopMaximum(BigInteger)
,
Bpmn2Package.getStandardLoopCharacteristics_LoopMaximum()
void setLoopMaximum(java.math.BigInteger value)
Loop Maximum
' attribute.
value
- the new value of the 'Loop Maximum' attribute.getLoopMaximum()
boolean isTestBefore()
"false"
.
If the meaning of the 'Test Before' attribute isn't clear, there really should be more of a description here...
isSetTestBefore()
,
unsetTestBefore()
,
setTestBefore(boolean)
,
Bpmn2Package.getStandardLoopCharacteristics_TestBefore()
void setTestBefore(boolean value)
Test Before
' attribute.
value
- the new value of the 'Test Before' attribute.isSetTestBefore()
,
unsetTestBefore()
,
isTestBefore()
void unsetTestBefore()
Test Before
' attribute.
isSetTestBefore()
,
isTestBefore()
,
setTestBefore(boolean)
boolean isSetTestBefore()
Test Before
' attribute is set.
unsetTestBefore()
,
isTestBefore()
,
setTestBefore(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |