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