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