CollectionOperator
An operator for if an object is contained in a list.
Object
ComplexExpressionImpl
Operator
CollectionOperator
ContainedIn
BinaryOperator
, Cloneable
, Expression
, Serializable
Constructor Summary |
|
Method Summary |
Methods from com.bea.p13n.expression.operator.collection. |
|
Methods from com.bea.p13n.expression.operator. |
|
Methods from com.bea.p13n.expression.internal. |
addListener, addSubExpression, clearCache, clone, createProxyExpression, equals, getCachedValue, getParent, getSource, getSubExpression, getSubExpressionCount, getUserData, hashCode, isCached, isCacheEnabled, isEqualitySubExpression, notifyListeners, removeAllSubExpressions, removeListener, removeSubExpression, removeSubExpression, setCachedValue, setCacheEnabled, setParent, setSource, setSubExpression, setUserData, toString, write |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.p13n.expression.operator. |
|
Methods from interface com.bea.p13n.expression. |
|
Constructor Detail |
public ContainedIn(Object
item,Object
collection)
ContainedIn
by associating the given
operands.
Method Detail |