protected static enum AbstractPushDispatcher.PushResult extends Enum<AbstractPushDispatcher.PushResult>
| Enum Constant and Description |
|---|
PERSISTENT_ERROR |
SUCCESS |
TEMPORARY_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static AbstractPushDispatcher.PushResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPushDispatcher.PushResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractPushDispatcher.PushResult SUCCESS
public static final AbstractPushDispatcher.PushResult TEMPORARY_ERROR
public static final AbstractPushDispatcher.PushResult PERSISTENT_ERROR
public static AbstractPushDispatcher.PushResult[] values()
for (AbstractPushDispatcher.PushResult c : AbstractPushDispatcher.PushResult.values()) System.out.println(c);
public static AbstractPushDispatcher.PushResult 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 © 2014 Molindo GmbH. All Rights Reserved.