public static enum SimpleMailboxACL.Rfc4314Rights.CompatibilityMode extends Enum<SimpleMailboxACL.Rfc4314Rights.CompatibilityMode>
| Enum Constant and Description |
|---|
ck_detx |
ckx_det |
NO_COMPATIBILITY |
| Modifier and Type | Method and Description |
|---|---|
static SimpleMailboxACL.Rfc4314Rights.CompatibilityMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleMailboxACL.Rfc4314Rights.CompatibilityMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleMailboxACL.Rfc4314Rights.CompatibilityMode ck_detx
public static final SimpleMailboxACL.Rfc4314Rights.CompatibilityMode ckx_det
public static final SimpleMailboxACL.Rfc4314Rights.CompatibilityMode NO_COMPATIBILITY
public static SimpleMailboxACL.Rfc4314Rights.CompatibilityMode[] values()
for (SimpleMailboxACL.Rfc4314Rights.CompatibilityMode c : SimpleMailboxACL.Rfc4314Rights.CompatibilityMode.values()) System.out.println(c);
public static SimpleMailboxACL.Rfc4314Rights.CompatibilityMode 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.