public static enum Compatibility.Browser extends Enum<Compatibility.Browser>
| Modifier and Type | Method and Description |
|---|---|
static Compatibility.Browser |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compatibility.Browser[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Compatibility.Browser MSIE
public static final Compatibility.Browser FIREFOX
public static final Compatibility.Browser CHROME
public static final Compatibility.Browser SAFARI
public static final Compatibility.Browser OPERA
public static Compatibility.Browser[] values()
for (Compatibility.Browser c : Compatibility.Browser.values()) System.out.println(c);
public static Compatibility.Browser 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 nullCopyright © 2015. All Rights Reserved.