@Translatable public enum EBrowserText extends Enum<EBrowserText> implements com.helger.commons.text.display.IHasDisplayText
| Enum Constant and Description |
|---|
APPLICATION |
CHROME |
FIREFOX |
GECKO |
IE |
IE_COMPATIBILITY_MODE |
KONQUEROR |
LYNX |
MOBILE |
OPERA |
SAFARI |
SPIDER |
VIVALDI |
WEBKIT |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText(Locale aContentLocale) |
static EBrowserText |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBrowserText[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBrowserText FIREFOX
public static final EBrowserText IE
public static final EBrowserText OPERA
public static final EBrowserText SAFARI
public static final EBrowserText CHROME
public static final EBrowserText LYNX
public static final EBrowserText KONQUEROR
public static final EBrowserText VIVALDI
public static final EBrowserText GECKO
public static final EBrowserText WEBKIT
public static final EBrowserText MOBILE
public static final EBrowserText SPIDER
public static final EBrowserText APPLICATION
public static final EBrowserText IE_COMPATIBILITY_MODE
public static EBrowserText[] values()
for (EBrowserText c : EBrowserText.values()) System.out.println(c);
public static EBrowserText 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 © 2016–2019 Philip Helger. All rights reserved.