public enum RtaNotifications extends java.lang.Enum<RtaNotifications>
Enum Constant and Description |
---|
CONNECTION_EVENT |
FACT_REJECT |
FUTURE_RESULT |
TASK_REJECT |
Modifier and Type | Method and Description |
---|---|
static RtaNotifications |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RtaNotifications[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RtaNotifications FUTURE_RESULT
public static final RtaNotifications CONNECTION_EVENT
public static final RtaNotifications FACT_REJECT
public static final RtaNotifications TASK_REJECT
public static RtaNotifications[] values()
for (RtaNotifications c : RtaNotifications.values()) System.out.println(c);
public static RtaNotifications 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 nullCopyright © 2000-2014 TIBCO Inc. All Rights Reserved.