com.ibm.websphere.query.base
Interface IOperator

All Superinterfaces:
IStringBuilder, java.io.Serializable
All Known Implementing Classes:
Operator

public interface IOperator
extends IStringBuilder

The IOperator interface is an object that represents an operator in a query.

It extends the IStringBuilder interface.

Instances of classes that implement this interface are used to represent operators that contain a name.


Method Summary
 java.lang.String getName()
          Returns the name of the operator.
 
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder
buildString, buildString
 

Method Detail

getName

java.lang.String getName()
Returns the name of the operator.