|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iquery.metadata.expr.relational.TimeShiftAlignment
public class TimeShiftAlignment
Models the alignment of the ending date in a
AbstractRelativeTimeValueExpression
.
Controls the position of a relative date expression within an interval. The
TimeShiftAlignment can be one of these values:
Field Summary | |
---|---|
static TimeShiftAlignment |
BEGINNING_OF
TimeShiftAlignment object representing startingAlignment to the beginning. |
static TimeShiftAlignment |
END_OF
TimeShiftAlignment object representing end startingAlignment. |
static TimeShiftAlignment |
MIDDLE_OF
TimeShiftAlignment object representing middle startingAlignment. |
static TimeShiftAlignment |
NONE
TimeShiftAlignment object representing no startingAlignment. |
Method Summary | |
---|---|
static java.util.List |
getValues()
Get this list of supported types. |
Field Detail |
---|
public static final TimeShiftAlignment NONE
public static final TimeShiftAlignment BEGINNING_OF
public static final TimeShiftAlignment MIDDLE_OF
public static final TimeShiftAlignment END_OF
Method Detail |
---|
public static java.util.List getValues()
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |