|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.mail.search.SearchTerm | +--oracle.mail.sdk.esmail.TrueTerm
Field Summary | |
static TrueTerm |
ALL The singleton object of TrueTerm |
Constructor Summary | |
TrueTerm() Construct a TrueTerm object. |
Method Summary | |
boolean |
match(javax.mail.Message msg) Returns true any any match |
java.lang.String |
toString() prints the "ALL" representation |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final TrueTerm ALL
Constructor Detail |
public TrueTerm()
Method Detail |
public boolean match(javax.mail.Message msg)
msg
- the message object to be comparedpublic java.lang.String toString()
|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |