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

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

public class UnaryMinus
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.