public enum PlatformEvents extends Enum<PlatformEvents>
| Enum Constant and Description |
|---|
COMMUNICATION_ERROR |
DONE_INVOKE_PREFIX |
DONE_STATEPREFIX |
EXECUTION_ERROR |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventName() |
static PlatformEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformEvents COMMUNICATION_ERROR
public static final PlatformEvents DONE_INVOKE_PREFIX
public static final PlatformEvents DONE_STATEPREFIX
public static final PlatformEvents EXECUTION_ERROR
public static PlatformEvents[] values()
for (PlatformEvents c : PlatformEvents.values()) System.out.println(c);
public static PlatformEvents 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 String getEventName()
Copyright © 2015. All rights reserved.