public static enum MailboxConstants.updatePolicy extends Enum<MailboxConstants.updatePolicy>
Modifier and Type | Method and Description |
---|---|
static MailboxConstants.updatePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailboxConstants.updatePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailboxConstants.updatePolicy merge
public static final MailboxConstants.updatePolicy override
public static MailboxConstants.updatePolicy[] values()
for (MailboxConstants.updatePolicy c : MailboxConstants.updatePolicy.values()) System.out.println(c);
public static MailboxConstants.updatePolicy 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 © 2013 Nuxeo SA. All Rights Reserved.