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