public static enum BrowserCompatSpecFactoryHC4.SecurityLevel extends java.lang.Enum<BrowserCompatSpecFactoryHC4.SecurityLevel>
| Enum Constant and Description |
|---|
SECURITYLEVEL_DEFAULT |
SECURITYLEVEL_IE_MEDIUM |
| Modifier and Type | Method and Description |
|---|---|
static BrowserCompatSpecFactoryHC4.SecurityLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BrowserCompatSpecFactoryHC4.SecurityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserCompatSpecFactoryHC4.SecurityLevel SECURITYLEVEL_DEFAULT
public static final BrowserCompatSpecFactoryHC4.SecurityLevel SECURITYLEVEL_IE_MEDIUM
public static BrowserCompatSpecFactoryHC4.SecurityLevel[] values()
for (BrowserCompatSpecFactoryHC4.SecurityLevel c : BrowserCompatSpecFactoryHC4.SecurityLevel.values()) System.out.println(c);
public static BrowserCompatSpecFactoryHC4.SecurityLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 1999-2015 The Apache Software Foundation. All rights reserved.