public enum HighchartModules extends Enum<HighchartModules>
| Enum Constant and Description |
|---|
EXPORT |
GAUGE |
HEATMAPS |
HIGHCHART |
HIGHCHART_MORE |
THREE_D |
| Modifier and Type | Method and Description |
|---|---|
static HighchartModules |
byLogicalName(String name) |
int |
getOrder() |
String |
toString() |
static HighchartModules |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HighchartModules[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HighchartModules HIGHCHART
public static final HighchartModules HIGHCHART_MORE
public static final HighchartModules HEATMAPS
public static final HighchartModules GAUGE
public static final HighchartModules THREE_D
public static final HighchartModules EXPORT
public static HighchartModules[] values()
for (HighchartModules c : HighchartModules.values()) System.out.println(c);
public static HighchartModules 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 nullpublic int getOrder()
public String toString()
toString in class Enum<HighchartModules>public static HighchartModules byLogicalName(String name)
Copyright © 2019 Jong Soft. All rights reserved.