public enum EnumSandboxType extends Enum<EnumSandboxType> implements org.xmlet.xsdasmfaster.classes.infrastructure.EnumInterface<String>
| Enum Constant and Description |
|---|
ALLOW_FORMS |
ALLOW_POINTER_LOCK |
ALLOW_POPUPS |
ALLOW_PRESENTATION |
ALLOW_SAME_ORIGIN |
ALLOW_SCRIPTS |
ALLOW_TOP_NAVIGATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static EnumSandboxType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumSandboxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumSandboxType ALLOW_FORMS
public static final EnumSandboxType ALLOW_POINTER_LOCK
public static final EnumSandboxType ALLOW_POPUPS
public static final EnumSandboxType ALLOW_PRESENTATION
public static final EnumSandboxType ALLOW_SAME_ORIGIN
public static final EnumSandboxType ALLOW_SCRIPTS
public static final EnumSandboxType ALLOW_TOP_NAVIGATION
public static EnumSandboxType[] values()
for (EnumSandboxType c : EnumSandboxType.values()) System.out.println(c);
public static EnumSandboxType 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 © 2022. All rights reserved.