public class DateTimeStep extends Object implements Step, Serializable
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 and Description |
|---|
DateTimeStep(Date date,
int yearStep,
int monthStep,
int dayStep,
int millisecondStep,
int type) |
| Modifier and Type | Method and 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.
|
public DateTimeStep(Date date, int yearStep, int monthStep, int dayStep, int millisecondStep, int type)
public Object next(SCell cell)
Steppublic int getDataType()
StepgetDataType in interface StepCopyright © 2020. All rights reserved.