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