public class TimeClause extends BinaryPredicateSupport
| Modifier and Type | Class and Description |
|---|---|
class |
TimeClause.TimeClassUnit |
| Constructor and Description |
|---|
TimeClause(Expression left,
Expression right) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPrevious() |
void |
beforeNext() |
TimeClause.TimeClassUnit |
between(int from,
int to) |
protected String |
getOperationText() |
protected boolean |
matches(Exchange exchange,
Object leftValue,
Object rightValue) |
TimeClause.TimeClassUnit |
noLaterThan(int period) |
String |
toString() |
getLeft, getOperator, getRight, matches, matchesReturningFailureMessagepublic TimeClause(Expression left, Expression right)
public TimeClause.TimeClassUnit noLaterThan(int period)
public TimeClause.TimeClassUnit between(int from, int to)
public void beforeNext()
public void afterPrevious()
protected boolean matches(Exchange exchange, Object leftValue, Object rightValue)
matches in class BinaryPredicateSupportprotected String getOperationText()
getOperationText in class BinaryPredicateSupportpublic String toString()
toString in class BinaryPredicateSupportApache Camel