org.objectweb.medor.filter.lib
Class CollectionOperand

java.lang.Object
  extended byBasicOperand
      extended byorg.objectweb.medor.filter.lib.CollectionOperand

public class CollectionOperand
extends BasicOperand

See Also:
Serialized Form

Constructor Summary
CollectionOperand(java.util.Collection c)
           
 
Method Summary
 void setValue(java.util.Collection c)
          setValue allows changing the value of the collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionOperand

public CollectionOperand(java.util.Collection c)
Method Detail

setValue

public void setValue(java.util.Collection c)
              throws TypingException
setValue allows changing the value of the collection.

Parameters:
c - is the new value of the collection.
Throws:
TypingException