javax.mail.search
Class ComparisonTerm
java.lang.Object
  
javax.mail.search.SearchTerm
      
javax.mail.search.ComparisonTerm
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - DateTerm, IntegerComparisonTerm
 
public abstract class ComparisonTerm
- extends SearchTerm
 
This class models the comparison operator. This is an abstract
 class; subclasses implement comparisons for different datatypes.
- Author:
 
  - Bill Shannon, John Mani
 
- See Also:
 - Serialized Form
 
| 
Field Summary | 
protected  int | 
comparison
 
          The comparison. | 
static int | 
EQ
 
            | 
static int | 
GE
 
            | 
static int | 
GT
 
            | 
static int | 
LE
 
            | 
static int | 
LT
 
            | 
static int | 
NE
 
            | 
 
 
| 
Method Summary | 
 boolean | 
equals(java.lang.Object obj)
 
          Equality comparison. | 
 int | 
hashCode()
 
          Compute a hashCode for this object. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
 
LE
public static final int LE
- See Also:
 - Constant Field Values
 
LT
public static final int LT
- See Also:
 - Constant Field Values
 
EQ
public static final int EQ
- See Also:
 - Constant Field Values
 
NE
public static final int NE
- See Also:
 - Constant Field Values
 
GT
public static final int GT
- See Also:
 - Constant Field Values
 
GE
public static final int GE
- See Also:
 - Constant Field Values
 
comparison
protected int comparison
- The comparison.
 
ComparisonTerm
public ComparisonTerm()
equals
public boolean equals(java.lang.Object obj)
- Equality comparison.
- Overrides:
 equals in class java.lang.Object
 
 
 
hashCode
public int hashCode()
- Compute a hashCode for this object.
- Overrides:
 hashCode in class java.lang.Object
 
 
 
Submit a bug or feature  Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.  
 Generated on 10-February-2011 12:41