public static enum MailboxACL.EditMode extends Enum<MailboxACL.EditMode>
| Modifier and Type | Method and Description |
|---|---|
static MailboxACL.EditMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailboxACL.EditMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailboxACL.EditMode ADD
public static final MailboxACL.EditMode REMOVE
public static final MailboxACL.EditMode REPLACE
public static MailboxACL.EditMode[] values()
for (MailboxACL.EditMode c : MailboxACL.EditMode.values()) System.out.println(c);
public static MailboxACL.EditMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.