public static enum IQ.ResponseType extends java.lang.Enum<IQ.ResponseType>
| Modifier and Type | Method and Description |
|---|---|
static IQ.ResponseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IQ.ResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IQ.ResponseType result
public static final IQ.ResponseType error
public static IQ.ResponseType[] values()
for (IQ.ResponseType c : IQ.ResponseType.values()) System.out.println(c);
public static IQ.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 null