public enum QueueResponseType extends Enum<QueueResponseType>
| Modifier and Type | Method and Description |
|---|---|
String |
getKeySuffix() |
static QueueResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueueResponseType SUCCESS
public static final QueueResponseType FAILURE
public static QueueResponseType[] values()
for (QueueResponseType c : QueueResponseType.values()) System.out.println(c);
public static QueueResponseType 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 getKeySuffix()
Copyright © 2016–2018. All rights reserved.