public static enum GangliaEndpointBuilderFactory.GMetricSlope extends Enum<GangliaEndpointBuilderFactory.GMetricSlope>
info.ganglia.gmetric4j.gmetric.GMetricSlope
enum.| Modifier and Type | Method and Description |
|---|---|
static GangliaEndpointBuilderFactory.GMetricSlope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GangliaEndpointBuilderFactory.GMetricSlope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GangliaEndpointBuilderFactory.GMetricSlope ZERO
public static final GangliaEndpointBuilderFactory.GMetricSlope POSITIVE
public static final GangliaEndpointBuilderFactory.GMetricSlope NEGATIVE
public static final GangliaEndpointBuilderFactory.GMetricSlope BOTH
public static GangliaEndpointBuilderFactory.GMetricSlope[] values()
for (GangliaEndpointBuilderFactory.GMetricSlope c : GangliaEndpointBuilderFactory.GMetricSlope.values()) System.out.println(c);
public static GangliaEndpointBuilderFactory.GMetricSlope 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 nullApache Camel