public enum GChartType extends java.lang.Enum<GChartType>
| Enum Constant and Description |
|---|
AREA |
BAR |
COLUMN |
GANTT |
GEO |
LINE |
ORGANIZATIONAL |
PIE |
SCATTER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChartName() |
static GChartType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GChartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GChartType PIE
public static final GChartType AREA
public static final GChartType BAR
public static final GChartType GEO
public static final GChartType ORGANIZATIONAL
public static final GChartType COLUMN
public static final GChartType LINE
public static final GChartType SCATTER
public static final GChartType GANTT
public static GChartType[] values()
for (GChartType c : GChartType.values()) System.out.println(c);
public static GChartType 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 nullpublic java.lang.String getChartName()
Copyright © 2011–2021. All rights reserved.