Uses of Class
org.apache.james.mailet.MailetMatcherDescriptor.Type

Packages that use MailetMatcherDescriptor.Type
org.apache.james.mailet   
 

Uses of MailetMatcherDescriptor.Type in org.apache.james.mailet
 

Methods in org.apache.james.mailet that return MailetMatcherDescriptor.Type
 MailetMatcherDescriptor.Type MailetMatcherDescriptor.getType()
           
static MailetMatcherDescriptor.Type MailetMatcherDescriptor.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MailetMatcherDescriptor.Type[] MailetMatcherDescriptor.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.james.mailet with parameters of type MailetMatcherDescriptor.Type
 void MailetMatcherDescriptor.setType(MailetMatcherDescriptor.Type type)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.