public interface FieldValueDateConstraint extends FieldValueConstraint
| Modifier and Type | Field and Description |
|---|---|
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'
|
EQUAL, GREATER, GREATER_EQUAL, LESS, LESS_EQUAL, LIKE, NOT_EQUAL, OPERATOR_DESCRIPTIONS, REGEXP| Modifier and Type | Method and Description |
|---|---|
int |
getPart()
Returns the part of the date-field wich is to be compared.
|
getValue, toStringgetOperatorgetField, isCaseSensitive, matchesequals, getBasicSupportLevel, hashCode, isInverse, setUnmodifiablestatic 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 MILLISECONDMMBase 1.9-SNAPSHOT - ${javadoctimestamp}