Class TemporalExpressions
java.lang.Object
org.apache.ofbiz.service.calendar.TemporalExpressions
- All Implemented Interfaces:
Serializable
A collection of TemporalExpression classes.
For the most part, these classes are immutable - with the exception
of the id
field. The basic idea is to construct an expression
tree in memory, and then query it.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A temporal expression that represents a range of dates.static class
A temporal expression that represents a day in the month.static class
A temporal expression that represents a day of month range.static class
A temporal expression that represents a day of week range.static class
A temporal expression that represents a difference of two temporal expressions.static class
static class
A temporal expression that represents an hour range.static class
A temporal expression that represents a mathematical intersection of all of its member expressions.static class
A temporal expression that represents a minute range.static class
A temporal expression that represents a month range.static class
A temporal expression that represents a null expression.static class
A temporal expression that provides a substitution for an excluded temporal expression.static class
A temporal expression that represents a mathematical union of all of its member expressions. -
Field Summary
Modifier and TypeFieldDescriptionstatic final TemporalExpression
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
NULL_EXPRESSION
-
SEQUENCE_DATE_RANGE
public static final int SEQUENCE_DATE_RANGE- See Also:
-
SEQUENCE_DAY_IN_MONTH
public static final int SEQUENCE_DAY_IN_MONTH- See Also:
-
SEQUENCE_DOM_RANGE
public static final int SEQUENCE_DOM_RANGE- See Also:
-
SEQUENCE_DOW_RANGE
public static final int SEQUENCE_DOW_RANGE- See Also:
-
SEQUENCE_FREQ
public static final int SEQUENCE_FREQ- See Also:
-
SEQUENCE_HOUR_RANGE
public static final int SEQUENCE_HOUR_RANGE- See Also:
-
SEQUENCE_MINUTE_RANGE
public static final int SEQUENCE_MINUTE_RANGE- See Also:
-
SEQUENCE_MONTH_RANGE
public static final int SEQUENCE_MONTH_RANGE- See Also:
-
-
Constructor Details
-
TemporalExpressions
public TemporalExpressions()
-