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

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

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

Methods in org.apache.james.mailbox that return SearchQuery.DateComparator
 SearchQuery.DateComparator SearchQuery.DateOperator.getType()
          Gets the operator type.
static SearchQuery.DateComparator SearchQuery.DateComparator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchQuery.DateComparator[] SearchQuery.DateComparator.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.DateComparator
SearchQuery.DateOperator(SearchQuery.DateComparator type, int day, int month, int year)
           
 



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