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