public enum CMISCapabilityChanges extends Enum<CMISCapabilityChanges> implements org.alfresco.opencmis.EnumLabel
| Enum Constant and Description |
|---|
NONE |
OBJECTIDSONLY |
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.opencmis.EnumFactory<CMISCapabilityChanges> |
FACTORY |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static CMISCapabilityChanges |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISCapabilityChanges[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISCapabilityChanges NONE
public static final CMISCapabilityChanges OBJECTIDSONLY
public static final org.alfresco.opencmis.EnumFactory<CMISCapabilityChanges> FACTORY
public static CMISCapabilityChanges[] values()
for (CMISCapabilityChanges c : CMISCapabilityChanges.values()) System.out.println(c);
public static CMISCapabilityChanges 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.