public class Expr3ViewItemImpl<A,B,C> extends AbstractExprViewItem<A> implements ExprNViewItem<A>
Constructor and Description |
---|
Expr3ViewItemImpl(String exprId,
Variable<A> var1,
Variable<B> var2,
Variable<C> var3,
Predicate3<A,B,C> predicate) |
Expr3ViewItemImpl(Variable<A> var1,
Variable<B> var2,
Variable<C> var3,
Predicate3<A,B,C> predicate) |
Modifier and Type | Method and Description |
---|---|
Predicate3<A,B,C> |
getPredicate() |
Variable<B> |
getSecondVariable() |
Variable<C> |
getThirdVariable() |
Condition.Type |
getType() |
Variable<?>[] |
getVariables() |
getExprId, getFirstVariable, getReactiveProps, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watch
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExprId, reactOn, watch
get, getFirstVariable
public Expr3ViewItemImpl(Variable<A> var1, Variable<B> var2, Variable<C> var3, Predicate3<A,B,C> predicate)
public Predicate3<A,B,C> getPredicate()
public Variable<?>[] getVariables()
getVariables
in interface ViewItem<A>
public Condition.Type getType()
getType
in interface ExprViewItem<A>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.