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