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