public static enum AbstractGangliaSink.GangliaSlope extends Enum<AbstractGangliaSink.GangliaSlope>
Modifier and Type | Method and Description |
---|---|
static AbstractGangliaSink.GangliaSlope |
valueOf(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(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 © 2017 Apache Software Foundation. All Rights Reserved.