|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.medor.filter.lib.BasicOperand | +--org.objectweb.medor.filter.lib.CollectionOperand
Field Summary |
Fields inherited from class org.objectweb.medor.filter.lib.BasicOperand |
doubleValue, isDefined, longValue, objectValue, type |
Constructor Summary | |
CollectionOperand(java.util.Collection c)
|
Method Summary | |
java.lang.Object |
clone()
|
void |
setValue(java.util.Collection c)
setValue allows changing the value of the collection. |
Methods inherited from class org.objectweb.medor.filter.lib.BasicOperand |
compileExpression, evaluate, getBigDecimal, getBigInteger, getBoolean, getByte, getByteArray, getChar, getCharArray, getDate, getDouble, getFloat, getInt, getLong, getObject, getResult, getShort, getString, getTime, getTimestamp, getTuple, getTupleCollection, getType, getValueAsString, isCompiled, isDefined, setIsDefined, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CollectionOperand(java.util.Collection c)
Method Detail |
public void setValue(java.util.Collection c) throws TypingException
c
- is the new value of the collection.
TypingException
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface Cloneable
clone
in class BasicOperand
java.lang.CloneNotSupportedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |