public enum UpdateMethodEnum extends Enum<UpdateMethodEnum>
Java class for UpdateMethodEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UpdateMethodEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="allElementUpdate"/>
<enumeration value="singleElementUpdate"/>
<enumeration value="snapshot"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ALL_ELEMENT_UPDATE |
SINGLE_ELEMENT_UPDATE |
SNAPSHOT |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMethodEnum |
fromValue(String v) |
String |
value() |
static UpdateMethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateMethodEnum ALL_ELEMENT_UPDATE
public static final UpdateMethodEnum SINGLE_ELEMENT_UPDATE
public static final UpdateMethodEnum SNAPSHOT
public static UpdateMethodEnum[] values()
for (UpdateMethodEnum c : UpdateMethodEnum.values()) System.out.println(c);
public static UpdateMethodEnum 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 UpdateMethodEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.