public static enum RtaNotification.Status extends java.lang.Enum<RtaNotification.Status>
| Enum Constant and Description |
|---|
EXCEPTION |
FAILURE |
SERVER_CONNECTED |
SERVER_DISCONNECTED |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static RtaNotification.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RtaNotification.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RtaNotification.Status SUCCESS
public static final RtaNotification.Status FAILURE
public static final RtaNotification.Status SERVER_DISCONNECTED
public static final RtaNotification.Status SERVER_CONNECTED
public static final RtaNotification.Status EXCEPTION
public static RtaNotification.Status[] values()
for (RtaNotification.Status c : RtaNotification.Status.values()) System.out.println(c);
public static RtaNotification.Status 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.