KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > search > StringTerm

javax.mail.search
Class StringTerm

java.lang.Object
  extended byjavax.mail.search.SearchTerm
      extended byjavax.mail.search.StringTerm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddressStringTerm, BodyTerm, HeaderTerm, MessageIDTerm, SubjectTerm
See Also:
Source Code

public boolean equals(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getIgnoreCase()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getPattern()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean ignoreCase
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean match(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String pattern
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected StringTerm(String pattern)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected StringTerm(String pattern,
                     boolean ignoreCase)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags