public enum GMetricSlope extends java.lang.Enum<GMetricSlope>
| Modifier and Type | Field and Description |
|---|---|
private int |
gangliaSlope |
| Modifier and Type | Method and Description |
|---|---|
int |
getGangliaSlope() |
static GMetricSlope |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getGangliaSlope()