public static enum DebuggingView.DVFilter.DefaultFilter extends Enum<DebuggingView.DVFilter.DefaultFilter>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
showMonitors |
showQualifiedNames |
showSuspendedThreadsOnly |
showSuspendTable |
showSystemThreads |
showThreadGroups |
sortAlphabetic |
sortNatural |
sortSuspend |
Modifier and Type | Method and Description |
---|---|
static DebuggingView.DVFilter.DefaultFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebuggingView.DVFilter.DefaultFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DebuggingView.DVFilter.DefaultFilter sortAlphabetic
public static final DebuggingView.DVFilter.DefaultFilter sortSuspend
public static final DebuggingView.DVFilter.DefaultFilter sortNatural
public static final DebuggingView.DVFilter.DefaultFilter showQualifiedNames
public static final DebuggingView.DVFilter.DefaultFilter showMonitors
public static final DebuggingView.DVFilter.DefaultFilter showSystemThreads
public static final DebuggingView.DVFilter.DefaultFilter showSuspendTable
public static final DebuggingView.DVFilter.DefaultFilter showThreadGroups
public static final DebuggingView.DVFilter.DefaultFilter showSuspendedThreadsOnly
public static DebuggingView.DVFilter.DefaultFilter[] values()
public static DebuggingView.DVFilter.DefaultFilter 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 null