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