public static enum BrowserCompatSpecFactory.SecurityLevel extends Enum<BrowserCompatSpecFactory.SecurityLevel>
| Enum Constant and Description |
|---|
SECURITYLEVEL_DEFAULT |
SECURITYLEVEL_IE_MEDIUM |
| Modifier and Type | Method and Description |
|---|---|
static BrowserCompatSpecFactory.SecurityLevel |
valueOf(String name)
以指定的名称返回此类型的枚举常量。
|
static BrowserCompatSpecFactory.SecurityLevel[] |
values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
|
public static final BrowserCompatSpecFactory.SecurityLevel SECURITYLEVEL_DEFAULT
public static final BrowserCompatSpecFactory.SecurityLevel SECURITYLEVEL_IE_MEDIUM
public static BrowserCompatSpecFactory.SecurityLevel[] values()
for (BrowserCompatSpecFactory.SecurityLevel c : BrowserCompatSpecFactory.SecurityLevel.values())
System.out.println(c);
public static BrowserCompatSpecFactory.SecurityLevel valueOf(String name)
name - 要返回的枚举常数的名称。
IllegalArgumentException - 如果此枚举类型没有指定名称的常量
NullPointerException - 如果参数为空
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.