public static enum BrowserId.Status extends Enum<BrowserId.Status>
Modifier and Type | Method and Description |
---|---|
static BrowserId.Status |
parse(String t) |
static BrowserId.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserId.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserId.Status OK
public static final BrowserId.Status FAIL
public static BrowserId.Status[] values()
for (BrowserId.Status c : BrowserId.Status.values()) System.out.println(c);
public static BrowserId.Status 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 static BrowserId.Status parse(String t)
Copyright © 2015. All rights reserved.