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