public static enum AbstractChart.MolgenisChartType extends Enum<AbstractChart.MolgenisChartType>
| Enum Constant and Description |
|---|
BOXPLOT_CHART |
HEAT_MAP |
LINE_CHART |
SCATTER_CHART |
| Modifier and Type | Method and Description |
|---|---|
static AbstractChart.MolgenisChartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractChart.MolgenisChartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractChart.MolgenisChartType LINE_CHART
public static final AbstractChart.MolgenisChartType SCATTER_CHART
public static final AbstractChart.MolgenisChartType BOXPLOT_CHART
public static final AbstractChart.MolgenisChartType HEAT_MAP
public static AbstractChart.MolgenisChartType[] values()
for (AbstractChart.MolgenisChartType c : AbstractChart.MolgenisChartType.values()) System.out.println(c);
public static AbstractChart.MolgenisChartType 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. All Rights Reserved.