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