public class TStandardLoopCharacteristics extends TLoopCharacteristics
Java class for tStandardLoopCharacteristics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tStandardLoopCharacteristics">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tLoopCharacteristics">
<sequence>
<element name="loopCondition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
</sequence>
<attribute name="testBefore" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="loopMaximum" type="{http://www.w3.org/2001/XMLSchema}integer" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TExpression |
loopCondition |
protected java.math.BigInteger |
loopMaximum |
protected java.lang.Boolean |
testBefore |
documentation, extensionElements, id| Constructor and Description |
|---|
TStandardLoopCharacteristics() |
| Modifier and Type | Method and Description |
|---|---|
TExpression |
getLoopCondition()
Gets the value of the loopCondition property.
|
java.math.BigInteger |
getLoopMaximum()
Gets the value of the loopMaximum property.
|
boolean |
isTestBefore()
Gets the value of the testBefore property.
|
void |
setLoopCondition(TExpression value)
Sets the value of the loopCondition property.
|
void |
setLoopMaximum(java.math.BigInteger value)
Sets the value of the loopMaximum property.
|
void |
setTestBefore(java.lang.Boolean value)
Sets the value of the testBefore property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TExpression loopCondition
protected java.lang.Boolean testBefore
protected java.math.BigInteger loopMaximum
public TExpression getLoopCondition()
TExpressionpublic void setLoopCondition(TExpression value)
value - allowed object is
TExpressionpublic boolean isTestBefore()
Booleanpublic void setTestBefore(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getLoopMaximum()
BigIntegerpublic void setLoopMaximum(java.math.BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018 SAP SE. All Rights Reserved.