org.apache.james.mailboxmanager
Class SearchQuery.BooleanOperator

java.lang.Object
  extended by org.apache.james.mailboxmanager.SearchQuery.BooleanOperator
All Implemented Interfaces:
SearchQuery.Operator
Enclosing class:
SearchQuery

public static final class SearchQuery.BooleanOperator
extends java.lang.Object
implements SearchQuery.Operator

Boolean value search.


Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 boolean isSet()
          Is the search for set?
static SearchQuery.BooleanOperator set()
           
 java.lang.String toString()
          Constructs a String with all attributes in name = value format.
static SearchQuery.BooleanOperator unset()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

set

public static final SearchQuery.BooleanOperator set()

unset

public static final SearchQuery.BooleanOperator unset()

isSet

public final boolean isSet()
Is the search for set?

Returns:
true indicates that set values should be selected, false indicates that unset values should be selected

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

toString

public java.lang.String toString()
Constructs a String with all attributes in name = value format.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object.


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.