|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static int |
CENTURY
Date part: 'century' |
static int |
DAY_OF_MONTH
Date part: 'day of month' |
static int |
DAY_OF_WEEK
Date part: 'day of week' |
static int |
DAY_OF_YEAR
Date part: 'day of year' |
static int |
HOUR
Time part: 'hour' |
static int |
MILLISECOND
Time part: 'millisecond' |
static int |
MINUTE
Time part: 'minute' |
static int |
MONTH
Date part: 'month' |
static String[] |
PART_DESCRIPTIONS
Part descriptions corresponding to the date and time part values: CENTURY, YEAR, MONTH, QUARTER,
WEEK, DAY_OF_YEAR, DAY_OF_MONTH, DAY_OF_WEEK,
HOUR, MINUTE, SECOND and MILLISECOND |
static int |
QUARTER
Date part: 'quarter' |
static int |
SECOND
Time part: 'second' |
static int |
WEEK
Date part: 'week' |
static int |
YEAR
Date part: 'year' |
| Fields inherited from interface org.mmbase.storage.search.FieldCompareConstraint |
EQUAL, GREATER, GREATER_EQUAL, LESS, LESS_EQUAL, LIKE, NOT_EQUAL, OPERATOR_DESCRIPTIONS |
| Method Summary | |
int |
getPart()
Returns the part of the date-field wich is to be compared. |
| Methods inherited from interface org.mmbase.storage.search.FieldValueConstraint |
getValue, toString |
| Methods inherited from interface org.mmbase.storage.search.FieldCompareConstraint |
getOperator |
| Methods inherited from interface org.mmbase.storage.search.FieldConstraint |
getField, isCaseSensitive |
| Methods inherited from interface org.mmbase.storage.search.Constraint |
equals, getBasicSupportLevel, hashCode, isInverse |
| Field Detail |
public static final int CENTURY
public static final int YEAR
public static final int MONTH
public static final int WEEK
public static final int QUARTER
public static final int DAY_OF_MONTH
public static final int DAY_OF_YEAR
public static final int DAY_OF_WEEK
public static final int HOUR
public static final int MINUTE
public static final int SECOND
public static final int MILLISECOND
public static final String[] PART_DESCRIPTIONS
CENTURY, YEAR, MONTH, QUARTER,
WEEK, DAY_OF_YEAR, DAY_OF_MONTH, DAY_OF_WEEK,
HOUR, MINUTE, SECOND and MILLISECOND
| Method Detail |
public int getPart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||