public static enum HistogramQuery.Grouping extends Enum<HistogramQuery.Grouping>
| Enum Constant and Description |
|---|
BY_CLASS |
BY_CLASSLOADER |
BY_PACKAGE |
BY_SUPERCLASS |
| Modifier and Type | Method and Description |
|---|---|
URL |
getIcon() |
String |
toString() |
static HistogramQuery.Grouping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistogramQuery.Grouping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistogramQuery.Grouping BY_CLASS
public static final HistogramQuery.Grouping BY_SUPERCLASS
public static final HistogramQuery.Grouping BY_CLASSLOADER
public static final HistogramQuery.Grouping BY_PACKAGE
public static HistogramQuery.Grouping[] values()
for (HistogramQuery.Grouping c : HistogramQuery.Grouping.values()) System.out.println(c);
public static HistogramQuery.Grouping 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 nullpublic URL getIcon()
public String toString()
toString in class Enum<HistogramQuery.Grouping>