|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface FieldValueDateConstraint
| 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, REGEXP |
| 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, matches, 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, setUnmodifiable |
| Field Detail |
|---|
static final int CENTURY
static final int YEAR
static final int MONTH
static final int WEEK
static final int QUARTER
static final int DAY_OF_MONTH
static final int DAY_OF_YEAR
static final int DAY_OF_WEEK
static final int HOUR
static final int MINUTE
static final int SECOND
static final int MILLISECOND
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 |
|---|
int getPart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||