Package step.datapool.sequence
Class IntSequenceDataPool
- java.lang.Object
-
- step.datapool.DataPoolConfiguration
-
- step.datapool.sequence.IntSequenceDataPool
-
public class IntSequenceDataPool extends DataPoolConfiguration
-
-
Constructor Summary
Constructors Constructor Description IntSequenceDataPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicValue<Integer>getEnd()DynamicValue<Integer>getInc()DynamicValue<Integer>getStart()voidsetEnd(DynamicValue<Integer> end)voidsetInc(DynamicValue<Integer> inc)voidsetStart(DynamicValue<Integer> start)-
Methods inherited from class step.datapool.DataPoolConfiguration
getForWrite, setForWrite
-
-
-
-
Method Detail
-
getStart
public DynamicValue<Integer> getStart()
-
setStart
public void setStart(DynamicValue<Integer> start)
-
getEnd
public DynamicValue<Integer> getEnd()
-
setEnd
public void setEnd(DynamicValue<Integer> end)
-
getInc
public DynamicValue<Integer> getInc()
-
setInc
public void setInc(DynamicValue<Integer> inc)
-
-