public static enum BrowserEnvironmentWarningDialog.EnvironmentCase extends Enum<BrowserEnvironmentWarningDialog.EnvironmentCase>
Enum Constant and Description |
---|
MAC_OS_X |
MAC_OS_X_THIN |
UBUNTU |
UBUNTU_THIN |
WINDOWS |
WINDOWS_THIN |
Modifier and Type | Method and Description |
---|---|
static BrowserEnvironmentWarningDialog.EnvironmentCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserEnvironmentWarningDialog.EnvironmentCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserEnvironmentWarningDialog.EnvironmentCase UBUNTU
public static final BrowserEnvironmentWarningDialog.EnvironmentCase UBUNTU_THIN
public static final BrowserEnvironmentWarningDialog.EnvironmentCase MAC_OS_X
public static final BrowserEnvironmentWarningDialog.EnvironmentCase MAC_OS_X_THIN
public static final BrowserEnvironmentWarningDialog.EnvironmentCase WINDOWS
public static final BrowserEnvironmentWarningDialog.EnvironmentCase WINDOWS_THIN
public static BrowserEnvironmentWarningDialog.EnvironmentCase[] values()
for (BrowserEnvironmentWarningDialog.EnvironmentCase c : BrowserEnvironmentWarningDialog.EnvironmentCase.values()) System.out.println(c);
public static BrowserEnvironmentWarningDialog.EnvironmentCase 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 © 2019 Hitachi Vantara. All rights reserved.