public enum EcmCommonCommands extends Enum<EcmCommonCommands>
| Enum Constant and Description |
|---|
addToQuickAccess |
deleteDocument |
eraseModifications |
lock |
removeFromQuickAccess |
subscribe |
synchronizeFolder |
unlock |
unsubscribe |
unsynchronizeFolder |
| Modifier and Type | Method and Description |
|---|---|
static EcmCommonCommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcmCommonCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EcmCommonCommands synchronizeFolder
public static final EcmCommonCommands unsynchronizeFolder
public static final EcmCommonCommands lock
public static final EcmCommonCommands unlock
public static final EcmCommonCommands subscribe
public static final EcmCommonCommands unsubscribe
public static final EcmCommonCommands eraseModifications
public static final EcmCommonCommands deleteDocument
public static final EcmCommonCommands addToQuickAccess
public static final EcmCommonCommands removeFromQuickAccess
public static EcmCommonCommands[] values()
for (EcmCommonCommands c : EcmCommonCommands.values()) System.out.println(c);
public static EcmCommonCommands 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 © 2021. All rights reserved.