public static enum DocsQueryProviderDef.DefType extends Enum<DocsQueryProviderDef.DefType>
Enum Constant and Description |
---|
TYPE_CHILDREN |
TYPE_CHILDREN_FOLDERS |
TYPE_CHILDREN_NON_FOLDER |
TYPE_QUERY |
Modifier and Type | Method and Description |
---|---|
static DocsQueryProviderDef.DefType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocsQueryProviderDef.DefType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocsQueryProviderDef.DefType TYPE_CHILDREN
public static final DocsQueryProviderDef.DefType TYPE_CHILDREN_NON_FOLDER
public static final DocsQueryProviderDef.DefType TYPE_CHILDREN_FOLDERS
public static final DocsQueryProviderDef.DefType TYPE_QUERY
public static DocsQueryProviderDef.DefType[] values()
for (DocsQueryProviderDef.DefType c : DocsQueryProviderDef.DefType.values()) System.out.println(c);
public static DocsQueryProviderDef.DefType 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 nullCopyright © 2013 Nuxeo SA. All Rights Reserved.