public enum CMISChangeType extends Enum<CMISChangeType> implements org.alfresco.opencmis.EnumLabel
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.opencmis.EnumFactory<CMISChangeType> |
FACTORY |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static CMISChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISChangeType CREATED
public static final CMISChangeType UPDATED
public static final CMISChangeType DELETED
public static final CMISChangeType SECURITY
public static final org.alfresco.opencmis.EnumFactory<CMISChangeType> FACTORY
public static CMISChangeType[] values()
for (CMISChangeType c : CMISChangeType.values()) System.out.println(c);
public static CMISChangeType 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 nullpublic String getLabel()
getLabel in interface org.alfresco.opencmis.EnumLabelCopyright © 2005–2014 Alfresco Software. All rights reserved.