public static enum FtpArgumentCode.TransferStructure extends Enum<FtpArgumentCode.TransferStructure>
Enum Constant and Description |
---|
FILE
FileInterface TransferStructure
|
PAGE
Page TransferStructure
|
RECORD
Record TransferStructure
|
Modifier and Type | Field and Description |
---|---|
char |
structure
TransferStructure
|
Modifier and Type | Method and Description |
---|---|
static FtpArgumentCode.TransferStructure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpArgumentCode.TransferStructure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FtpArgumentCode.TransferStructure FILE
public static final FtpArgumentCode.TransferStructure RECORD
public static final FtpArgumentCode.TransferStructure PAGE
public static FtpArgumentCode.TransferStructure[] values()
for (FtpArgumentCode.TransferStructure c : FtpArgumentCode.TransferStructure.values()) System.out.println(c);
public static FtpArgumentCode.TransferStructure 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 © 2009–2019 Waarp. All rights reserved.