public static enum BrowserDTO.BrowserType extends Enum<BrowserDTO.BrowserType>
| Modifier and Type | Method and Description |
|---|---|
static BrowserDTO.BrowserType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserDTO.BrowserType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserDTO.BrowserType FF
public static final BrowserDTO.BrowserType IE
public static final BrowserDTO.BrowserType CHROME
public static final BrowserDTO.BrowserType SAFARI
public static BrowserDTO.BrowserType[] values()
for (BrowserDTO.BrowserType c : BrowserDTO.BrowserType.values()) System.out.println(c);
public static BrowserDTO.BrowserType 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 © 2003–2021 eXo Platform SAS. All rights reserved.