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