public class TemporalExprViewItem<T> extends AbstractExprViewItem<T>
Constructor and Description |
---|
TemporalExprViewItem(String exprId,
Variable<T> var1,
Variable<?> var2,
TemporalPredicate temporalPredicate) |
TemporalExprViewItem(Variable<T> var1,
Variable<?> var2,
TemporalPredicate temporalPredicate) |
Modifier and Type | Method and Description |
---|---|
Variable<?> |
getSecondVariable() |
TemporalPredicate |
getTemporalPredicate() |
Condition.Type |
getType() |
Variable<?>[] |
getVariables() |
getExprId, getFirstVariable, getReactiveProps, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watch
public TemporalExprViewItem(Variable<T> var1, Variable<?> var2, TemporalPredicate temporalPredicate)
public TemporalExprViewItem(String exprId, Variable<T> var1, Variable<?> var2, TemporalPredicate temporalPredicate)
public Variable<?> getSecondVariable()
public TemporalPredicate getTemporalPredicate()
public Condition.Type getType()
public Variable<?>[] getVariables()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.