ContainedIn Class

com.bea.content.expression
ContainedIn Class

public class ContainedIn

    extends CollectionOperator

An operator for if an object is contained in a list.


Hierarchy
Object
  ComplexExpressionImpl
    Operator
      CollectionOperator
        ContainedIn
All Implemented Interfaces

BinaryOperator, Cloneable, Expression, Serializable

Constructor Summary

ContainedIn(Object item, Object collection)

Allocates a ContainedIn by associating the given operands.
 

Method Summary

 
Methods from  com.bea.p13n.expression.operator.collection.CollectionOperator
getLeftHandSide, getRightHandSide
 
Methods from  com.bea.p13n.expression.operator.Operator
leftHandSide, operand, rightHandSide
 
Methods from  com.bea.p13n.expression.internal.ComplexExpressionImpl
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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.p13n.expression.operator.BinaryOperator
getLeftHandSide, getRightHandSide
 
Methods from interface com.bea.p13n.expression.Expression
accept, addListener, addSubExpression, clearCache, clone, getCachedValue, getParameterSignature, getParent, getSource, getSubExpression, getSubExpressionCount, getUserData, isCached, isCacheEnabled, removeAllSubExpressions, removeListener, removeSubExpression, removeSubExpression, setCachedValue, setCacheEnabled, setSource, setSubExpression, setUserData, write
 

Constructor Detail


ContainedIn

public ContainedIn(Object item, 
                   Object collection)
Allocates a ContainedIn by associating the given operands.
 

Method Detail