com.novell.nds.dirxml.driver.xds
Class Operator

java.lang.Object
  extended bycom.novell.nds.dirxml.driver.xds.Operator
Direct Known Subclasses:
EqualityOp, LogicalOp

public abstract class Operator
extends Object

An operator.


Method Summary
 String toString()
          Returns a string representation of this operator (e.g., ">", "and", ">=").
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Returns a string representation of this operator (e.g., ">", "and", ">=").

Returns:
will not return null