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