public static enum Chrome.Type extends java.lang.Enum<Chrome.Type>
Enum Constant and Description |
---|
BUTTON |
GEM |
SCROLL |
TAB_SELECTED |
TAB_SET |
TAB_UNSELECTED |
TAG |
TOAST |
TOAST_TR |
WINDOW |
Modifier and Type | Method and Description |
---|---|
static Chrome.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Chrome.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Chrome.Type TOAST
public static final Chrome.Type TOAST_TR
public static final Chrome.Type WINDOW
public static final Chrome.Type BUTTON
public static final Chrome.Type TAG
public static final Chrome.Type GEM
public static final Chrome.Type SCROLL
public static final Chrome.Type TAB_SET
public static final Chrome.Type TAB_SELECTED
public static final Chrome.Type TAB_UNSELECTED
public static Chrome.Type[] values()
for (Chrome.Type c : Chrome.Type.values()) System.out.println(c);
public static Chrome.Type 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