public static enum IQ.IQType extends Enum<IQ.IQType>
| Modifier and Type | Method and Description |
|---|---|
String |
val() |
static IQ.IQType |
valueFrom(String val) |
static IQ.IQType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IQ.IQType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IQ.IQType SET
public static final IQ.IQType GET
public static final IQ.IQType RESULT
public static final IQ.IQType ERROR
public static IQ.IQType[] values()
for (IQ.IQType c : IQ.IQType.values()) System.out.println(c);
public static IQ.IQType 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 val()
public static IQ.IQType valueFrom(String val) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2019. All rights reserved.