public enum GMetricSlope extends Enum<GMetricSlope>
Modifier and Type | Method and Description |
---|---|
int |
getGangliaSlope() |
static GMetricSlope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMetricSlope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMetricSlope ZERO
public static final GMetricSlope POSITIVE
public static final GMetricSlope NEGATIVE
public static final GMetricSlope BOTH
public static GMetricSlope[] values()
for (GMetricSlope c : GMetricSlope.values()) System.out.println(c);
public static 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 nullpublic int getGangliaSlope()
Copyright © 2016. All rights reserved.