Uses of Class
org.apache.james.mailbox.MailboxMetaData.Children

Packages that use MailboxMetaData.Children
org.apache.james.mailbox   
org.apache.james.mailbox.util   
 

Uses of MailboxMetaData.Children in org.apache.james.mailbox
 

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

Uses of MailboxMetaData.Children in org.apache.james.mailbox.util
 

Methods in org.apache.james.mailbox.util that return MailboxMetaData.Children
 MailboxMetaData.Children SimpleMailboxMetaData.inferiors()
          Is this mailbox \Noinferiors as per RFC3501.
 

Constructors in org.apache.james.mailbox.util with parameters of type MailboxMetaData.Children
SimpleMailboxMetaData(MailboxPath path, java.lang.String delimiter, MailboxMetaData.Children inferiors, MailboxMetaData.Selectability selectability)
           
 



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