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