public static enum ChartActions.SeriesSortType extends java.lang.Enum<ChartActions.SeriesSortType>
Enum Constant and Description |
---|
END_YEAR |
FIRST_FIRE_YEAR |
NAME |
START_YEAR |
Modifier and Type | Method and Description |
---|---|
static ChartActions.SeriesSortType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartActions.SeriesSortType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartActions.SeriesSortType START_YEAR
public static final ChartActions.SeriesSortType END_YEAR
public static final ChartActions.SeriesSortType FIRST_FIRE_YEAR
public static final ChartActions.SeriesSortType NAME
public static ChartActions.SeriesSortType[] values()
for (ChartActions.SeriesSortType c : ChartActions.SeriesSortType.values()) System.out.println(c);
public static ChartActions.SeriesSortType 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 null