public interface Step
Modifier and Type | Field and Description |
---|---|
static int |
BLANK |
static int |
DATE |
static int |
FULL_MONTH |
static int |
FULL_WEEK |
static int |
NUMBER |
static int |
SHORT_MONTH |
static int |
SHORT_WEEK |
static int |
STRING |
static int |
TIME |
static int |
US_FULL_MONTH |
static int |
US_FULL_WEEK |
static int |
US_SHORT_MONTH |
static int |
US_SHORT_WEEK |
Modifier and Type | Method and Description |
---|---|
int |
getDataType()
Returns the data type of this Step.
|
Object |
next(SCell srcCell)
Return next value of this step sequence per the source cell.
|
static final int STRING
static final int SHORT_WEEK
static final int SHORT_MONTH
static final int FULL_WEEK
static final int FULL_MONTH
static final int NUMBER
static final int DATE
static final int TIME
static final int BLANK
static final int US_SHORT_WEEK
static final int US_SHORT_MONTH
static final int US_FULL_WEEK
static final int US_FULL_MONTH
Object next(SCell srcCell)
srcCell
- the source cell for fillingint getDataType()
Copyright © 2020. All rights reserved.