java.io.Serializable, java.lang.Comparable<AbstractGangliaSink.GangliaSlope>public static enum AbstractGangliaSink.GangliaSlope extends java.lang.Enum<AbstractGangliaSink.GangliaSlope>
| Modifier and Type | Method | Description |
|---|---|---|
static AbstractGangliaSink.GangliaSlope |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractGangliaSink.GangliaSlope[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractGangliaSink.GangliaSlope zero
public static final AbstractGangliaSink.GangliaSlope positive
public static final AbstractGangliaSink.GangliaSlope negative
public static final AbstractGangliaSink.GangliaSlope both
public static AbstractGangliaSink.GangliaSlope[] values()
for (AbstractGangliaSink.GangliaSlope c : AbstractGangliaSink.GangliaSlope.values()) System.out.println(c);
public static AbstractGangliaSink.GangliaSlope 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 nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.