|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mailboxmanager.SearchQuery.NumericOperator
public static final class SearchQuery.NumericOperator
Searches numberic values.
| Field Summary | |
|---|---|
static int |
EQUALS
|
static int |
GREATER_THAN
|
static int |
LESS_THAN
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getType()
Gets the operation type |
long |
getValue()
Gets the value to be compared. |
int |
hashCode()
|
java.lang.String |
toString()
Constructs a String with all attributes in name =
value format. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int EQUALS
public static final int LESS_THAN
public static final int GREATER_THAN
| Method Detail |
|---|
public final int getType()
EQUALS, LESS_THAN or
GREATER_THANpublic final long getValue()
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
String with all attributes in name =
value format.
toString in class java.lang.ObjectString representation of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||