public enum STTLChartSubelementType extends Enum<STTLChartSubelementType>
Java class for ST_TLChartSubelementType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TLChartSubelementType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="gridLegend"/>
<enumeration value="series"/>
<enumeration value="category"/>
<enumeration value="ptInSeries"/>
<enumeration value="ptInCategory"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CATEGORY
Category Axis
|
GRID_LEGEND
Grid Legend
|
PT_IN_CATEGORY
Single Point in Category
|
PT_IN_SERIES
Single Point in Data Series
|
SERIES
Data Series
|
| Modifier and Type | Method and Description |
|---|---|
static STTLChartSubelementType |
fromValue(String v) |
String |
value() |
static STTLChartSubelementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTLChartSubelementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTLChartSubelementType GRID_LEGEND
public static final STTLChartSubelementType SERIES
public static final STTLChartSubelementType CATEGORY
public static final STTLChartSubelementType PT_IN_SERIES
public static final STTLChartSubelementType PT_IN_CATEGORY
public static STTLChartSubelementType[] values()
for (STTLChartSubelementType c : STTLChartSubelementType.values()) System.out.println(c);
public static STTLChartSubelementType 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 STTLChartSubelementType fromValue(String v)
Copyright © 2007-2022. All Rights Reserved.