public enum Browsers extends Enum<Browsers>
| Enum Constant and Description |
|---|
EPIPHANY
The EPIPHANY.
|
FIREFOX
The FIREFOX.
|
GALEON
The GALEON.
|
KAZEHAKASE
The KAZEHAKASE.
|
KONQUEROR
The KONQUEROR.
|
MOZILLA
The MOZILLA.
|
NETSCAPE
The NETSCAPE.
|
OPERA
The OPERA.
|
SEAMONKEY
The SEAMONKEY.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowserName()
Gets the browser name.
|
static Browsers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Browsers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Browsers FIREFOX
public static final Browsers MOZILLA
public static final Browsers NETSCAPE
public static final Browsers OPERA
public static final Browsers KONQUEROR
public static final Browsers EPIPHANY
public static final Browsers SEAMONKEY
public static final Browsers GALEON
public static final Browsers KAZEHAKASE
public static Browsers[] values()
for (Browsers c : Browsers.values()) System.out.println(c);
public static Browsers 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 String getBrowserName()
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.