public enum KahaEntryType extends java.lang.Enum<KahaEntryType>
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.protobuf.Message |
createMessage() |
int |
getNumber() |
java.lang.String |
toString() |
static KahaEntryType |
valueOf(int value) |
static KahaEntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KahaEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KahaEntryType KAHA_TRACE_COMMAND
public static final KahaEntryType KAHA_ADD_MESSAGE_COMMAND
public static final KahaEntryType KAHA_REMOVE_MESSAGE_COMMAND
public static final KahaEntryType KAHA_PREPARE_COMMAND
public static final KahaEntryType KAHA_COMMIT_COMMAND
public static final KahaEntryType KAHA_ROLLBACK_COMMAND
public static final KahaEntryType KAHA_REMOVE_DESTINATION_COMMAND
public static final KahaEntryType KAHA_SUBSCRIPTION_COMMAND
public static final KahaEntryType KAHA_PRODUCER_AUDIT_COMMAND
public static final KahaEntryType KAHA_ACK_MESSAGE_FILE_MAP_COMMAND
public static final KahaEntryType KAHA_UPDATE_MESSAGE_COMMAND
public static KahaEntryType[] values()
for (KahaEntryType c : KahaEntryType.values()) System.out.println(c);
public static KahaEntryType 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 nullpublic final int getNumber()
public final java.lang.String toString()
toString in class java.lang.Enum<KahaEntryType>public static KahaEntryType valueOf(int value)
public org.apache.activemq.protobuf.Message createMessage()
Copyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.