Package io.keikai.range.impl.autofill
Interface Step
- All Known Implementing Classes:
BlankStep,CopyStep,DateTimeStep,GrowthStep,LinearStep
public interface Step
Step for handling incremental auto fill
- Since:
- 2.1.0
- Author:
- henrichen
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionintReturns the data type of this Step.Return next value of this step sequence per the source cell.
-
Field Details
-
STRING
static final int STRING- See Also:
-
SHORT_WEEK
static final int SHORT_WEEK- See Also:
-
SHORT_MONTH
static final int SHORT_MONTH- See Also:
-
FULL_WEEK
static final int FULL_WEEK- See Also:
-
FULL_MONTH
static final int FULL_MONTH- See Also:
-
NUMBER
static final int NUMBER- See Also:
-
DATE
static final int DATE- See Also:
-
TIME
static final int TIME- See Also:
-
BLANK
static final int BLANK- See Also:
-
US_SHORT_WEEK
static final int US_SHORT_WEEK- See Also:
-
US_SHORT_MONTH
static final int US_SHORT_MONTH- See Also:
-
US_FULL_WEEK
static final int US_FULL_WEEK- See Also:
-
US_FULL_MONTH
static final int US_FULL_MONTH- See Also:
-
-
Method Details
-
next
Return next value of this step sequence per the source cell.- Parameters:
srcCell- the source cell for filling- Returns:
- next value of this step per the source cell
-
getDataType
int getDataType()Returns the data type of this Step.- Returns:
- the data type of this Step.
-