public static enum Engine.Operation.Origin extends Enum<Engine.Operation.Origin>
| Modifier and Type | Method and Description |
|---|---|
static Engine.Operation.Origin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Engine.Operation.Origin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Engine.Operation.Origin PRIMARY
public static final Engine.Operation.Origin REPLICA
public static final Engine.Operation.Origin RECOVERY
public static Engine.Operation.Origin[] values()
for (Engine.Operation.Origin c : Engine.Operation.Origin.values()) System.out.println(c);
public static Engine.Operation.Origin 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–2017. All rights reserved.