public static enum OutputFormat.FIELDS extends Enum<OutputFormat.FIELDS>
Enum Constant and Description |
---|
args |
command |
error |
fileInformation |
finalPath |
originalPath |
originalSize |
remote |
requested |
requester |
ruleid |
specialid |
status |
statusCode |
statusTxt |
transfer |
Modifier and Type | Method and Description |
---|---|
static OutputFormat.FIELDS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat.FIELDS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputFormat.FIELDS command
public static final OutputFormat.FIELDS args
public static final OutputFormat.FIELDS status
public static final OutputFormat.FIELDS statusTxt
public static final OutputFormat.FIELDS transfer
public static final OutputFormat.FIELDS error
public static final OutputFormat.FIELDS remote
public static final OutputFormat.FIELDS statusCode
public static final OutputFormat.FIELDS specialid
public static final OutputFormat.FIELDS originalPath
public static final OutputFormat.FIELDS finalPath
public static final OutputFormat.FIELDS ruleid
public static final OutputFormat.FIELDS requester
public static final OutputFormat.FIELDS requested
public static final OutputFormat.FIELDS originalSize
public static final OutputFormat.FIELDS fileInformation
public static OutputFormat.FIELDS[] values()
for (OutputFormat.FIELDS c : OutputFormat.FIELDS.values()) System.out.println(c);
public static OutputFormat.FIELDS 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–2020 Waarp. All rights reserved.