
public static enum ORemoteTask.RESULT_STRATEGY extends java.lang.Enum<ORemoteTask.RESULT_STRATEGY>
| Modifier and Type | Method and Description |
|---|---|
static ORemoteTask.RESULT_STRATEGY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ORemoteTask.RESULT_STRATEGY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ORemoteTask.RESULT_STRATEGY ANY
public static final ORemoteTask.RESULT_STRATEGY UNION
public static ORemoteTask.RESULT_STRATEGY[] values()
for (ORemoteTask.RESULT_STRATEGY c : ORemoteTask.RESULT_STRATEGY.values()) System.out.println(c);
public static ORemoteTask.RESULT_STRATEGY valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2009–2022 OrientDB. All rights reserved.