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