public class IncrementalRecurrence extends Object implements ITimeRecurrence
Constructor and Description |
---|
IncrementalRecurrence()
Creates a new incremental recurrence with a null starting value and increment
|
IncrementalRecurrence(Integer startingValue,
Integer increment)
Creates a new incremental recurrence.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getIncrement()
Returns the increment
|
Integer |
getStartingValue()
Returns the starting value
|
void |
setIncrement(Integer increment)
Sets the increment
|
void |
setStartingValue(Integer startingValue)
Sets the starting value
|
public IncrementalRecurrence()
public Integer getStartingValue()
public void setStartingValue(Integer startingValue)
startingValue
- the starting valuepublic Integer getIncrement()
public void setIncrement(Integer increment)
increment
- the increment