public static enum SearchFilter.FolderResult extends Enum<SearchFilter.FolderResult>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
DO_NOT_TRAVERSE
Constant representing answer "do not traverse the folder".
|
TRAVERSE
Constant representing answer "traverse the folder".
|
TRAVERSE_ALL_SUBFOLDERS
Constant representing answer "traverse the folder and all its
direct and indirect children (both files and subfolders)".
|
Modifier and Type | Method and Description |
---|---|
static SearchFilter.FolderResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchFilter.FolderResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchFilter.FolderResult DO_NOT_TRAVERSE
public static final SearchFilter.FolderResult TRAVERSE
public static final SearchFilter.FolderResult TRAVERSE_ALL_SUBFOLDERS
public static SearchFilter.FolderResult[] values()
public static SearchFilter.FolderResult 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 null