public static enum CachedSubscriptionManager.UpdateCachedMessageResult extends Enum<CachedSubscriptionManager.UpdateCachedMessageResult>
Enum Constant and Description |
---|
INITIAL |
UNKNOWN_SUBJECT |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static CachedSubscriptionManager.UpdateCachedMessageResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachedSubscriptionManager.UpdateCachedMessageResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CachedSubscriptionManager.UpdateCachedMessageResult UNKNOWN_SUBJECT
public static final CachedSubscriptionManager.UpdateCachedMessageResult INITIAL
public static final CachedSubscriptionManager.UpdateCachedMessageResult UPDATE
public static CachedSubscriptionManager.UpdateCachedMessageResult[] values()
for (CachedSubscriptionManager.UpdateCachedMessageResult c : CachedSubscriptionManager.UpdateCachedMessageResult.values()) System.out.println(c);
public static CachedSubscriptionManager.UpdateCachedMessageResult 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 nullCopyright © 2015 Caplin Systems.