public class TStandardLoopCharacteristics extends TLoopCharacteristics
tStandardLoopCharacteristics complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected TExpression |
loopCondition |
protected BigInteger |
loopMaximum |
protected Boolean |
testBefore |
documentation, extensionElements, id| 构造器和说明 |
|---|
TStandardLoopCharacteristics() |
| 限定符和类型 | 方法和说明 |
|---|---|
TExpression |
getLoopCondition()
获取loopCondition属性的值。
|
BigInteger |
getLoopMaximum()
获取loopMaximum属性的值。
|
boolean |
isTestBefore()
获取testBefore属性的值。
|
void |
setLoopCondition(TExpression value)
设置loopCondition属性的值。
|
void |
setLoopMaximum(BigInteger value)
设置loopMaximum属性的值。
|
void |
setTestBefore(Boolean value)
设置testBefore属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TExpression loopCondition
protected Boolean testBefore
protected BigInteger loopMaximum
public TExpression getLoopCondition()
TExpressionpublic void setLoopCondition(TExpression value)
value - allowed object is
TExpressionpublic boolean isTestBefore()
Booleanpublic void setTestBefore(Boolean value)
value - allowed object is
Booleanpublic BigInteger getLoopMaximum()
BigIntegerpublic void setLoopMaximum(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2021. All rights reserved.