org.nuxeo.cm.service.synchronization
Enum MailboxSynchronizationConstants.EventNames
java.lang.Object
java.lang.Enum<MailboxSynchronizationConstants.EventNames>
org.nuxeo.cm.service.synchronization.MailboxSynchronizationConstants.EventNames
- All Implemented Interfaces:
- Serializable, Comparable<MailboxSynchronizationConstants.EventNames>
- Enclosing class:
- MailboxSynchronizationConstants
public static enum MailboxSynchronizationConstants.EventNames
- extends Enum<MailboxSynchronizationConstants.EventNames>
onMailboxCreated
public static final MailboxSynchronizationConstants.EventNames onMailboxCreated
onMailboxUpdated
public static final MailboxSynchronizationConstants.EventNames onMailboxUpdated
onMailboxDeleted
public static final MailboxSynchronizationConstants.EventNames onMailboxDeleted
values
public static MailboxSynchronizationConstants.EventNames[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (MailboxSynchronizationConstants.EventNames c : MailboxSynchronizationConstants.EventNames.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MailboxSynchronizationConstants.EventNames valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2011 Nuxeo SAS. All Rights Reserved.