public static enum OCommandContext.TIMEOUT_STRATEGY extends Enum<OCommandContext.TIMEOUT_STRATEGY>
Modifier and Type | Method and Description |
---|---|
static OCommandContext.TIMEOUT_STRATEGY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCommandContext.TIMEOUT_STRATEGY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCommandContext.TIMEOUT_STRATEGY RETURN
public static final OCommandContext.TIMEOUT_STRATEGY EXCEPTION
public static OCommandContext.TIMEOUT_STRATEGY[] values()
for (OCommandContext.TIMEOUT_STRATEGY c : OCommandContext.TIMEOUT_STRATEGY.values()) System.out.println(c);
public static OCommandContext.TIMEOUT_STRATEGY 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.