net.sf.csutils.core.query.tree
Class Negation

java.lang.Object
  extended by net.sf.csutils.core.query.tree.Negation

public class Negation
extends java.lang.Object

This class represents a logical negation.


Method Summary
 java.lang.Object getItem()
          Returns the negated item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getItem

public java.lang.Object getItem()
Returns the negated item.

Returns:
The negated item.


Copyright © 2009-2010. All Rights Reserved.