protected static enum COUNTER.ResponseType extends java.lang.Enum<COUNTER.ResponseType>
Enum Constant and Description |
---|
BOOLEAN |
EXCEPTION |
GET_OR_CREATE |
RECONCILE |
VALUE |
VOID |
Modifier and Type | Method and Description |
---|---|
static COUNTER.ResponseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static COUNTER.ResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final COUNTER.ResponseType VOID
public static final COUNTER.ResponseType GET_OR_CREATE
public static final COUNTER.ResponseType BOOLEAN
public static final COUNTER.ResponseType VALUE
public static final COUNTER.ResponseType EXCEPTION
public static final COUNTER.ResponseType RECONCILE
public static COUNTER.ResponseType[] values()
for (COUNTER.ResponseType c : COUNTER.ResponseType.values()) System.out.println(c);
public static COUNTER.ResponseType 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 © 1998-2020 Red Hat. All Rights Reserved.