|
||||||||||
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_THAN
public final long getValue()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String toString()
String
with all attributes in name =
value format.
toString
in class java.lang.Object
String
representation of this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |