Package io.keikai.range.impl.autofill
Class CopyStep
java.lang.Object
io.keikai.range.impl.autofill.CopyStep
- All Implemented Interfaces:
Step
Copy from source to destination
- Since:
- 2.1.0
- Author:
- henrichen
-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionintReturns the data type of this Step.Return next value of this step sequence per the source cell.
-
Field Details
-
instance
-
-
Constructor Details
-
CopyStep
public CopyStep()
-
-
Method Details
-
next
Description copied from interface:StepReturn next value of this step sequence per the source cell. -
getDataType
public int getDataType()Description copied from interface:StepReturns the data type of this Step.- Specified by:
getDataTypein interfaceStep- Returns:
- the data type of this Step.
-