Package step.datapool.sequence
Class IntSequenceDataPool
- java.lang.Object
- 
- step.datapool.DataPoolConfiguration
- 
- step.datapool.sequence.IntSequenceDataPool
 
 
- 
 public class IntSequenceDataPool extends DataPoolConfiguration 
- 
- 
Constructor SummaryConstructors Constructor Description IntSequenceDataPool()
 - 
Method SummaryAll 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.DataPoolConfigurationgetForWrite, setForWrite
 
- 
 
- 
- 
- 
Method Detail- 
getStartpublic DynamicValue<Integer> getStart() 
 - 
setStartpublic void setStart(DynamicValue<Integer> start) 
 - 
getEndpublic DynamicValue<Integer> getEnd() 
 - 
setEndpublic void setEnd(DynamicValue<Integer> end) 
 - 
getIncpublic DynamicValue<Integer> getInc() 
 - 
setIncpublic void setInc(DynamicValue<Integer> inc) 
 
- 
 
-