public class SStandardLoopCharacteristicsImpl extends java.lang.Object implements SStandardLoopCharacteristics
| Constructor and Description |
|---|
SStandardLoopCharacteristicsImpl(SExpression loopCondition,
boolean testBefore) |
SStandardLoopCharacteristicsImpl(org.bonitasoft.engine.bpm.flownode.StandardLoopCharacteristics loopCharacteristics) |
| Modifier and Type | Method and Description |
|---|---|
SExpression |
getLoopCondition() |
SExpression |
getLoopMax() |
boolean |
isTestBefore() |
public SStandardLoopCharacteristicsImpl(SExpression loopCondition, boolean testBefore)
public SStandardLoopCharacteristicsImpl(org.bonitasoft.engine.bpm.flownode.StandardLoopCharacteristics loopCharacteristics)
public SExpression getLoopCondition()
getLoopCondition in interface SStandardLoopCharacteristicspublic boolean isTestBefore()
isTestBefore in interface SStandardLoopCharacteristicspublic SExpression getLoopMax()
getLoopMax in interface SStandardLoopCharacteristics