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