public static enum FileRemoteProgressEvData.Answer extends java.lang.Enum<FileRemoteProgressEvData.Answer>
Enum Constant and Description |
---|
abortAll |
abortDir |
abortFile |
cont |
noCmd |
overwrite |
skip |
Modifier and Type | Method and Description |
---|---|
static FileRemoteProgressEvData.Answer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileRemoteProgressEvData.Answer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileRemoteProgressEvData.Answer noCmd
public static final FileRemoteProgressEvData.Answer cont
public static final FileRemoteProgressEvData.Answer overwrite
public static final FileRemoteProgressEvData.Answer skip
public static final FileRemoteProgressEvData.Answer abortFile
public static final FileRemoteProgressEvData.Answer abortDir
public static final FileRemoteProgressEvData.Answer abortAll
public static FileRemoteProgressEvData.Answer[] values()
for (FileRemoteProgressEvData.Answer c : FileRemoteProgressEvData.Answer.values()) System.out.println(c);
public static FileRemoteProgressEvData.Answer 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 null