Package io.keikai.range.impl.autofill
Class GrowthStep
- java.lang.Object
-
- io.keikai.range.impl.autofill.GrowthStep
-
- All Implemented Interfaces:
Step
,Serializable
public class GrowthStep extends Object implements Step, Serializable
Step for growth sequence.- Author:
- henrichen
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface io.keikai.range.impl.autofill.Step
BLANK, DATE, FULL_MONTH, FULL_WEEK, NUMBER, SHORT_MONTH, SHORT_WEEK, STRING, TIME, US_FULL_MONTH, US_FULL_WEEK, US_SHORT_MONTH, US_SHORT_WEEK
-
-
Constructor Summary
Constructors Constructor Description GrowthStep(double initial, double ratio, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDataType()
Returns the data type of this Step.Object
next(SCell cell)
Return next value of this step sequence per the source cell.
-
-
-
Method Detail
-
getDataType
public int getDataType()
Description copied from interface:Step
Returns the data type of this Step.- Specified by:
getDataType
in interfaceStep
- Returns:
- the data type of this Step.
-
-