public static enum GatewayRecoveryStatus.Stage extends Enum<GatewayRecoveryStatus.Stage>
| Enum Constant and Description |
|---|
DONE |
FINALIZE |
INDEX |
INIT |
TRANSLOG |
| Modifier and Type | Method and Description |
|---|---|
static GatewayRecoveryStatus.Stage |
fromValue(byte value) |
byte |
value() |
static GatewayRecoveryStatus.Stage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GatewayRecoveryStatus.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GatewayRecoveryStatus.Stage INIT
public static final GatewayRecoveryStatus.Stage INDEX
public static final GatewayRecoveryStatus.Stage TRANSLOG
public static final GatewayRecoveryStatus.Stage FINALIZE
public static final GatewayRecoveryStatus.Stage DONE
public static GatewayRecoveryStatus.Stage[] values()
for (GatewayRecoveryStatus.Stage c : GatewayRecoveryStatus.Stage.values()) System.out.println(c);
public static GatewayRecoveryStatus.Stage 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 byte value()
public static GatewayRecoveryStatus.Stage fromValue(byte value)
Copyright © 2009–2016. All rights reserved.