|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteteg.sinon.core.LoopStep
public class LoopStep
Class that represents a loop positioning step.
Constructor Summary | |
---|---|
LoopStep()
Constructor without parameters. |
Method Summary | |
---|---|
void |
addStep(Step step)
Adds a Step to this loop. |
java.lang.String |
getCondition()
Returns the value of the condition property. |
Step[] |
getSteps()
Returns the value of the steps property. |
java.lang.String |
getValue()
Returns the value of the value property. |
boolean |
isAction()
Returns false . |
boolean |
isDataExtraction()
Returns false . |
boolean |
isLoop()
Returns true . |
boolean |
isPositioningStep()
Returns false . |
void |
setCondition(java.lang.String condition)
Sets the value of the condition property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoopStep()
Method Detail |
---|
public java.lang.String getCondition()
condition
property.
String
.public void setCondition(java.lang.String condition)
condition
property.
condition
- the new condition
value.public java.lang.String getValue()
value
property.
String
.public void setValue(java.lang.String value)
value
property.
value
- the new value
value.public void addStep(Step step)
Step
to this loop.
step
- a Step
instance.public Step[] getSteps()
steps
property.
Step
array.public boolean isDataExtraction()
false
.
isDataExtraction
in interface Step
false
.public boolean isPositioningStep()
false
.
isPositioningStep
in interface Step
false
.public boolean isAction()
false
.
isAction
in interface Step
false
.public boolean isLoop()
true
.
isLoop
in interface Step
true
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |