public class Expr5ViewItemImpl<A,B,C,D,E> extends AbstractExprViewItem<A> implements ExprNViewItem<A>
Constructor and Description |
---|
Expr5ViewItemImpl(String exprId,
Variable<A> var1,
Variable<B> var2,
Variable<C> var3,
Variable<D> var4,
Variable<E> var5,
Predicate5<A,B,C,D,E> predicate) |
Expr5ViewItemImpl(Variable<A> var1,
Variable<B> var2,
Variable<C> var3,
Variable<D> var4,
Variable<E> var5,
Predicate5<A,B,C,D,E> predicate) |
Modifier and Type | Method and Description |
---|---|
Predicate5<A,B,C,D,E> |
getPredicate() |
Condition.Type |
getType() |
Variable<B> |
getVar2() |
Variable<C> |
getVar3() |
Variable<D> |
getVar4() |
Variable<E> |
getVar5() |
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 Expr5ViewItemImpl(Variable<A> var1, Variable<B> var2, Variable<C> var3, Variable<D> var4, Variable<E> var5, Predicate5<A,B,C,D,E> predicate)
public Variable<?>[] getVariables()
getVariables
in interface ViewItem<A>
public Condition.Type getType()
getType
in interface ExprViewItem<A>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.