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