public enum STSourceType extends java.lang.Enum<STSourceType>
Java class for ST_SourceType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_SourceType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="worksheet"/>
<enumeration value="external"/>
<enumeration value="consolidation"/>
<enumeration value="scenario"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CONSOLIDATION |
EXTERNAL |
SCENARIO |
WORKSHEET |
| Modifier and Type | Method and Description |
|---|---|
static STSourceType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STSourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STSourceType WORKSHEET
public static final STSourceType EXTERNAL
public static final STSourceType CONSOLIDATION
public static final STSourceType SCENARIO
public static STSourceType[] values()
for (STSourceType c : STSourceType.values()) System.out.println(c);
public static STSourceType 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 value()
public static STSourceType fromValue(java.lang.String v)
Copyright © 2007–2025. All rights reserved.