@Generated(value="org.jsonschema2pojo") public static enum HttpSecurityBean.FrameOptions extends Enum<HttpSecurityBean.FrameOptions>
| Enum Constant and Description |
|---|
DENY |
DISABLED |
SAMEORIGIN |
| Modifier and Type | Method and Description |
|---|---|
static HttpSecurityBean.FrameOptions |
fromValue(String value) |
String |
toString() |
static HttpSecurityBean.FrameOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpSecurityBean.FrameOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpSecurityBean.FrameOptions DENY
public static final HttpSecurityBean.FrameOptions SAMEORIGIN
public static final HttpSecurityBean.FrameOptions DISABLED
public static HttpSecurityBean.FrameOptions[] values()
for (HttpSecurityBean.FrameOptions c : HttpSecurityBean.FrameOptions.values()) System.out.println(c);
public static HttpSecurityBean.FrameOptions 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 nullpublic String toString()
toString in class Enum<HttpSecurityBean.FrameOptions>public static HttpSecurityBean.FrameOptions fromValue(String value)
Copyright © 2014–2019 JBoss, a division of Red Hat. All rights reserved.