public abstract class TemporalExprViewItem<T> extends AbstractExprViewItem<T>
Constructor and Description |
---|
TemporalExprViewItem(String exprId,
Variable<T> var1,
TemporalPredicate temporalPredicate) |
TemporalExprViewItem(Variable<T> var1,
Object arg,
TemporalPredicate temporalPredicate) |
Modifier and Type | Method and Description |
---|---|
TemporalPredicate |
getTemporalPredicate() |
Condition.Type |
getType() |
getExprId, getFirstVariable, getReactivitySpecs, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watch
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, getVariables
public TemporalExprViewItem(Variable<T> var1, Object arg, TemporalPredicate temporalPredicate)
public TemporalExprViewItem(String exprId, Variable<T> var1, TemporalPredicate temporalPredicate)
public TemporalPredicate getTemporalPredicate()
public Condition.Type getType()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.