public static enum OutputFormat.OUTPUTFORMAT extends Enum<OutputFormat.OUTPUTFORMAT>
Modifier and Type | Method and Description |
---|---|
static OutputFormat.OUTPUTFORMAT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat.OUTPUTFORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputFormat.OUTPUTFORMAT QUIET
public static final OutputFormat.OUTPUTFORMAT JSON
public static final OutputFormat.OUTPUTFORMAT XML
public static final OutputFormat.OUTPUTFORMAT PROPERTY
public static final OutputFormat.OUTPUTFORMAT CSV
public static OutputFormat.OUTPUTFORMAT[] values()
for (OutputFormat.OUTPUTFORMAT c : OutputFormat.OUTPUTFORMAT.values()) System.out.println(c);
public static OutputFormat.OUTPUTFORMAT 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.