public static enum Common.FolderToRetrieve extends Enum<Common.FolderToRetrieve>
| Enum Constant and Description |
|---|
AgentDestFolder |
DataStorageFolder |
MongoDBStorageFolder |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static Common.FolderToRetrieve |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Common.FolderToRetrieve[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Common.FolderToRetrieve MongoDBStorageFolder
public static final Common.FolderToRetrieve AgentDestFolder
public static final Common.FolderToRetrieve DataStorageFolder
public static final Common.FolderToRetrieve NONE
public static Common.FolderToRetrieve[] values()
for (Common.FolderToRetrieve c : Common.FolderToRetrieve.values()) System.out.println(c);
public static Common.FolderToRetrieve 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 © 2015. All Rights Reserved.