public enum STVolDepType extends Enum<STVolDepType>
Java class for ST_VolDepType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_VolDepType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="realTimeData"/> <enumeration value="olapFunctions"/> </restriction> </simpleType>
Enum Constant and Description |
---|
OLAP_FUNCTIONS |
REAL_TIME_DATA |
Modifier and Type | Method and Description |
---|---|
static STVolDepType |
fromValue(String v) |
String |
value() |
static STVolDepType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STVolDepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STVolDepType REAL_TIME_DATA
public static final STVolDepType OLAP_FUNCTIONS
public static STVolDepType[] values()
for (STVolDepType c : STVolDepType.values()) System.out.println(c);
public static STVolDepType 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 STVolDepType fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.