public enum STWebSourceType extends Enum<STWebSourceType>
Java class for ST_WebSourceType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_WebSourceType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="sheet"/>
<enumeration value="printArea"/>
<enumeration value="autoFilter"/>
<enumeration value="range"/>
<enumeration value="chart"/>
<enumeration value="pivotTable"/>
<enumeration value="query"/>
<enumeration value="label"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUTO_FILTER |
CHART |
LABEL |
PIVOT_TABLE |
PRINT_AREA |
QUERY |
RANGE |
SHEET |
| Modifier and Type | Method and Description |
|---|---|
static STWebSourceType |
fromValue(String v) |
String |
value() |
static STWebSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STWebSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STWebSourceType SHEET
public static final STWebSourceType PRINT_AREA
public static final STWebSourceType AUTO_FILTER
public static final STWebSourceType RANGE
public static final STWebSourceType CHART
public static final STWebSourceType PIVOT_TABLE
public static final STWebSourceType QUERY
public static final STWebSourceType LABEL
public static STWebSourceType[] values()
for (STWebSourceType c : STWebSourceType.values()) System.out.println(c);
public static STWebSourceType 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 STWebSourceType fromValue(String v)
Copyright © 2007-2021. All Rights Reserved.