com.hs.mail.imap.message.search
Class KeywordKey
java.lang.Object
com.hs.mail.imap.message.search.SearchKey
com.hs.mail.imap.message.search.StringKey
com.hs.mail.imap.message.search.KeywordKey
public final class KeywordKey
- extends StringKey
This class implements search-criteria for Message Keyword (User Flag).
- Since:
- Jan 30, 2010
- Author:
- Won Chul Doh
Field Summary |
protected boolean |
set
Indicates whether to test for the presence or absence of the specified
keyword. |
set
protected boolean set
- Indicates whether to test for the presence or absence of the specified
keyword. If
true
, then test whether the specified keyword is
present, else test whether the specified keyword is absent.
KeywordKey
public KeywordKey(String keyword,
boolean set)
getTestSet
public boolean getTestSet()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class StringKey
isComposite
public boolean isComposite()
- Specified by:
isComposite
in class SearchKey
Copyright © 2011. All Rights Reserved.