public static enum FolderSearchInfos.FolderSearchMode extends Enum<FolderSearchInfos.FolderSearchMode>
Enum Constant and Description |
---|
FOLDER_CONTENT
To search for the content of a folder.
|
FOLDER_CONTENT_SUBFOLDERS
To search for the content of a folder including subfolders.
|
FOLDERS
To search for folders.
|
Modifier and Type | Method and Description |
---|---|
static FolderSearchInfos.FolderSearchMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderSearchInfos.FolderSearchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderSearchInfos.FolderSearchMode FOLDERS
public static final FolderSearchInfos.FolderSearchMode FOLDER_CONTENT
public static final FolderSearchInfos.FolderSearchMode FOLDER_CONTENT_SUBFOLDERS
public static FolderSearchInfos.FolderSearchMode[] values()
for (FolderSearchInfos.FolderSearchMode c : FolderSearchInfos.FolderSearchMode.values()) System.out.println(c);
public static FolderSearchInfos.FolderSearchMode 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 © 2021 Hyland Software Germany GmbH. All rights reserved.