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