|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FtpFileDownloadStage.FileSpec.FileType>
org.apache.commons.pipeline.stage.FtpFileDownloadStage.FileSpec.FileType
public static enum FtpFileDownloadStage.FileSpec.FileType
Enumeration of legal FTP file tranfer types
| Enum Constant Summary | |
|---|---|
ASCII
ASCII text transfer mode, with end of line conversion. |
|
BINARY
Binary transfer mode, no changes made to data stream. |
|
| Method Summary | |
|---|---|
int |
intValue()
Get the integer value of the FTP transfer mode enumeration. |
static FtpFileDownloadStage.FileSpec.FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FtpFileDownloadStage.FileSpec.FileType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FtpFileDownloadStage.FileSpec.FileType ASCII
public static final FtpFileDownloadStage.FileSpec.FileType BINARY
| Method Detail |
|---|
public static FtpFileDownloadStage.FileSpec.FileType[] values()
for (FtpFileDownloadStage.FileSpec.FileType c : FtpFileDownloadStage.FileSpec.FileType.values()) System.out.println(c);
public static FtpFileDownloadStage.FileSpec.FileType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int intValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||