|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iquery.metadata.expr.relational.TimeShiftDirection
public class TimeShiftDirection
Models the direction shifting of dates in a
AbstractRelativeTimeValueExpression
.
Either current, future, or past
time is represented as CURRENT, PREVIOUS, or NEXT time values.
Field Summary | |
---|---|
static TimeShiftDirection |
CURRENT
The "current" type representing the current time/date/timestamp. |
static TimeShiftDirection |
NEXT
The "next" type representing the future in time/date/timestamps. |
static TimeShiftDirection |
PREVIOUS
The "previous" type representing the past in time/date/timestamps. |
Method Summary | |
---|---|
int |
getValue()
Return the integer representation of the Type. |
static java.util.List |
getValues()
Get this list of supported types. |
Field Detail |
---|
public static final TimeShiftDirection CURRENT
public static final TimeShiftDirection NEXT
public static final TimeShiftDirection PREVIOUS
Method Detail |
---|
public int getValue()
public static java.util.List getValues()
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |