public enum TransferJobOption extends java.lang.Enum<TransferJobOption>
Enum Constant and Description |
---|
IS_CREATE_TARGET_DIR |
IS_KEEP_ZIPPED_ON_SERVER |
IS_NOT_CREATE_TARGET_DIR |
IS_NOT_KEEP_ZIPPED_ON_SERVER |
IS_NOT_SOURCE_FILE_REQUIRED |
IS_NOT_TRANSFER_ZIPPED |
IS_SOURCE_FILE_REQUIRED |
IS_TRANSFER_ZIPPED |
Modifier and Type | Method and Description |
---|---|
static TransferJobOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransferJobOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferJobOption IS_TRANSFER_ZIPPED
public static final TransferJobOption IS_NOT_TRANSFER_ZIPPED
public static final TransferJobOption IS_CREATE_TARGET_DIR
public static final TransferJobOption IS_NOT_CREATE_TARGET_DIR
public static final TransferJobOption IS_SOURCE_FILE_REQUIRED
public static final TransferJobOption IS_NOT_SOURCE_FILE_REQUIRED
public static final TransferJobOption IS_KEEP_ZIPPED_ON_SERVER
public static final TransferJobOption IS_NOT_KEEP_ZIPPED_ON_SERVER
public static TransferJobOption[] values()
for (TransferJobOption c : TransferJobOption.values()) System.out.println(c);
public static TransferJobOption valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2014 EsprIT-Systems. All Rights Reserved.