public enum ResponseMessageType extends Enum<ResponseMessageType>
| Enum Constant and Description |
|---|
CORE_SNAPSHOT |
FILE |
STORE_COPY_FINISHED |
STORE_ID |
TX |
TX_STREAM_FINISHED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ResponseMessageType |
from(byte b) |
byte |
messageType() |
String |
toString() |
static ResponseMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseMessageType TX
public static final ResponseMessageType STORE_ID
public static final ResponseMessageType FILE
public static final ResponseMessageType STORE_COPY_FINISHED
public static final ResponseMessageType CORE_SNAPSHOT
public static final ResponseMessageType TX_STREAM_FINISHED
public static final ResponseMessageType UNKNOWN
public static ResponseMessageType[] values()
for (ResponseMessageType c : ResponseMessageType.values()) System.out.println(c);
public static ResponseMessageType 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 static ResponseMessageType from(byte b)
public byte messageType()
public String toString()
toString in class Enum<ResponseMessageType>Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.