com.ibm.workplace.wcm.api.query
Class Operator

java.lang.Object
  extended by com.ibm.workplace.wcm.api.query.Operator
All Implemented Interfaces:
java.io.Serializable

public final class Operator
extends java.lang.Object
implements java.io.Serializable

Defined the operator for the query, this is the share class in both API and implementation.

Since:
7.0
See Also:
Conjunction, Disjunction, Negation, Selectors, Serialized Form

Field Summary
static Operator AND
           
static Operator NOT
           
static Operator OR
           
 
Method Summary
 java.lang.String getName()
          Gets the operator name
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

public static final Operator AND

OR

public static final Operator OR

NOT

public static final Operator NOT
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()
Gets the operator name

Returns:
name