protected static enum COUNTER.RequestType extends Enum<COUNTER.RequestType>
Enum Constant and Description |
---|
ADD_AND_GET |
COMPARE_AND_SET |
DELETE |
GET_OR_CREATE |
RECONCILE |
RESEND_PENDING_REQUESTS |
SET |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static COUNTER.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static COUNTER.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final COUNTER.RequestType GET_OR_CREATE
public static final COUNTER.RequestType DELETE
public static final COUNTER.RequestType SET
public static final COUNTER.RequestType COMPARE_AND_SET
public static final COUNTER.RequestType ADD_AND_GET
public static final COUNTER.RequestType UPDATE
public static final COUNTER.RequestType RECONCILE
public static final COUNTER.RequestType RESEND_PENDING_REQUESTS
public static COUNTER.RequestType[] values()
for (COUNTER.RequestType c : COUNTER.RequestType.values()) System.out.println(c);
public static COUNTER.RequestType 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 © 2012 JBoss by Red Hat. All Rights Reserved.