public static enum ODistributedRequest.EXECUTION_MODE extends Enum<ODistributedRequest.EXECUTION_MODE>
Enum Constant and Description |
---|
NO_RESPONSE |
RESPONSE |
Modifier and Type | Method and Description |
---|---|
static ODistributedRequest.EXECUTION_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODistributedRequest.EXECUTION_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODistributedRequest.EXECUTION_MODE RESPONSE
public static final ODistributedRequest.EXECUTION_MODE NO_RESPONSE
public static ODistributedRequest.EXECUTION_MODE[] values()
for (ODistributedRequest.EXECUTION_MODE c : ODistributedRequest.EXECUTION_MODE.values()) System.out.println(c);
public static ODistributedRequest.EXECUTION_MODE 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 nullCopyright © 2009–2020 OrientDB. All rights reserved.