public enum MetricsDisplayMode extends Enum<MetricsDisplayMode>
| Enum Constant and Description |
|---|
AUTOGROUP
Schedules for all resources of an autogroup
|
COMPGROUP
Schedules for all resources of a compatible group
|
RESOURCE
A schedules for a single resource
|
RESOURCE_DEFAULT
Definitions for a resource type
|
UNSET
Unset - instead of returning null
|
| Modifier and Type | Method and Description |
|---|---|
static MetricsDisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricsDisplayMode RESOURCE
public static final MetricsDisplayMode RESOURCE_DEFAULT
public static final MetricsDisplayMode COMPGROUP
public static final MetricsDisplayMode AUTOGROUP
public static final MetricsDisplayMode UNSET
public static MetricsDisplayMode[] values()
for (MetricsDisplayMode c : MetricsDisplayMode.values()) System.out.println(c);
public static MetricsDisplayMode 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 © 2008-2014 Red Hat, Inc.. All Rights Reserved.