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