public enum XmlAdhocChartType extends Enum<XmlAdhocChartType>
Java class for ChartType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ChartType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AREA"/>
<enumeration value="STACKEDAREA"/>
<enumeration value="BAR"/>
<enumeration value="STACKEDBAR"/>
<enumeration value="GROUPEDSTACKEDBAR"/>
<enumeration value="BAR3D"/>
<enumeration value="STACKEDBAR3D"/>
<enumeration value="LINE"/>
<enumeration value="LAYEREDBAR"/>
<enumeration value="WATERFALLBAR"/>
<enumeration value="DIFFERENCE"/>
<enumeration value="PIE"/>
<enumeration value="PIE3D"/>
<enumeration value="SCATTER"/>
<enumeration value="SPIDER"/>
<enumeration value="TIMESERIES"/>
<enumeration value="XYAREA"/>
<enumeration value="XYBAR"/>
<enumeration value="XYLINE"/>
<enumeration value="XYSTEP"/>
<enumeration value="BUBBLE"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AREA |
BAR |
BAR_3_D |
BUBBLE |
DIFFERENCE |
GROUPEDSTACKEDBAR |
LAYEREDBAR |
LINE |
PIE |
PIE_3_D |
SCATTER |
SPIDER |
STACKEDAREA |
STACKEDBAR |
STACKEDBAR_3_D |
TIMESERIES |
WATERFALLBAR |
XYAREA |
XYBAR |
XYLINE |
XYSTEP |
| Modifier and Type | Method and Description |
|---|---|
static XmlAdhocChartType |
fromValue(String v) |
String |
value() |
static XmlAdhocChartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlAdhocChartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlAdhocChartType AREA
public static final XmlAdhocChartType STACKEDAREA
public static final XmlAdhocChartType BAR
public static final XmlAdhocChartType STACKEDBAR
public static final XmlAdhocChartType GROUPEDSTACKEDBAR
public static final XmlAdhocChartType BAR_3_D
public static final XmlAdhocChartType STACKEDBAR_3_D
public static final XmlAdhocChartType LINE
public static final XmlAdhocChartType LAYEREDBAR
public static final XmlAdhocChartType WATERFALLBAR
public static final XmlAdhocChartType DIFFERENCE
public static final XmlAdhocChartType PIE
public static final XmlAdhocChartType PIE_3_D
public static final XmlAdhocChartType SCATTER
public static final XmlAdhocChartType SPIDER
public static final XmlAdhocChartType TIMESERIES
public static final XmlAdhocChartType XYAREA
public static final XmlAdhocChartType XYBAR
public static final XmlAdhocChartType XYLINE
public static final XmlAdhocChartType XYSTEP
public static final XmlAdhocChartType BUBBLE
public static XmlAdhocChartType[] values()
for (XmlAdhocChartType c : XmlAdhocChartType.values()) System.out.println(c);
public static XmlAdhocChartType 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 String value()
public static XmlAdhocChartType fromValue(String v)
Copyright © 2010–2021. All rights reserved.