static enum ProfileServlet.Output extends Enum<ProfileServlet.Output>
Enum Constant and Description |
---|
COLLAPSED |
FLAT |
JFR |
SUMMARY |
SVG |
TRACES |
TREE |
Modifier and Type | Method and Description |
---|---|
static ProfileServlet.Output |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileServlet.Output[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileServlet.Output SUMMARY
public static final ProfileServlet.Output TRACES
public static final ProfileServlet.Output FLAT
public static final ProfileServlet.Output COLLAPSED
public static final ProfileServlet.Output SVG
public static final ProfileServlet.Output TREE
public static final ProfileServlet.Output JFR
public static ProfileServlet.Output[] values()
for (ProfileServlet.Output c : ProfileServlet.Output.values()) System.out.println(c);
public static ProfileServlet.Output 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 © 2007–2020 The Apache Software Foundation. All rights reserved.