|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.iquery.metadata.expr.relational.TimeShiftAlignment
@SASScope(value="ALL") @Immutable public final 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. |
static TimeShiftAlignment |
SAMEDAY_OF
TimeShiftAlignment object representing sameday startingAlignment. |
| Method Summary | |
|---|---|
static java.util.List<TimeShiftAlignment> |
getValues()
Get the list of supported TimeShiftAlignment 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
public static final TimeShiftAlignment SAMEDAY_OF
| Method Detail |
|---|
public static java.util.List<TimeShiftAlignment> getValues()
TimeShiftAlignment types.
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||