public enum STTLOleChartBuildType extends Enum<STTLOleChartBuildType>
Java class for ST_TLOleChartBuildType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TLOleChartBuildType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="allAtOnce"/>
<enumeration value="series"/>
<enumeration value="category"/>
<enumeration value="seriesEl"/>
<enumeration value="categoryEl"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ALL_AT_ONCE
Chart Build Type Enum ( All At Once )
|
CATEGORY
Chart Build Type Enum ( Category )
|
CATEGORY_EL
Chart Build Type Enum ( Category Element )
|
SERIES
Chart Build Type Enum ( Series )
|
SERIES_EL
Chart Build Type Enum ( Series Element )
|
| Modifier and Type | Method and Description |
|---|---|
static STTLOleChartBuildType |
fromValue(String v) |
String |
value() |
static STTLOleChartBuildType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTLOleChartBuildType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTLOleChartBuildType ALL_AT_ONCE
public static final STTLOleChartBuildType SERIES
public static final STTLOleChartBuildType CATEGORY
public static final STTLOleChartBuildType SERIES_EL
public static final STTLOleChartBuildType CATEGORY_EL
public static STTLOleChartBuildType[] values()
for (STTLOleChartBuildType c : STTLOleChartBuildType.values()) System.out.println(c);
public static STTLOleChartBuildType 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 STTLOleChartBuildType fromValue(String v)
Copyright © 2007-2021. All Rights Reserved.