public static enum PerfStats.OutputFormat extends Enum<PerfStats.OutputFormat>
Modifier and Type | Method and Description |
---|---|
static PerfStats.OutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerfStats.OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerfStats.OutputFormat BRACKET
public static final PerfStats.OutputFormat JSON
public static PerfStats.OutputFormat[] values()
for (PerfStats.OutputFormat c : PerfStats.OutputFormat.values()) System.out.println(c);
public static PerfStats.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 © 2005–2015 IIPC. All rights reserved.