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