Uses of Class
org.apache.james.mailbox.SearchQuery.Conjunction

Packages that use SearchQuery.Conjunction
org.apache.james.mailbox   
 

Uses of SearchQuery.Conjunction in org.apache.james.mailbox
 

Methods in org.apache.james.mailbox that return SearchQuery.Conjunction
 SearchQuery.Conjunction SearchQuery.ConjunctionCriterion.getType()
          Gets the type of conjunction.
static SearchQuery.Conjunction SearchQuery.Conjunction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchQuery.Conjunction[] SearchQuery.Conjunction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.james.mailbox with parameters of type SearchQuery.Conjunction
SearchQuery.ConjunctionCriterion(SearchQuery.Conjunction type, java.util.List<SearchQuery.Criterion> criteria)
           
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.