public static enum XMLSecurityPropertyManager.Property extends Enum<XMLSecurityPropertyManager.Property>
| Enum Constant and Description |
|---|
ACCESS_EXTERNAL_DTD |
ACCESS_EXTERNAL_STYLESHEET |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsName(String propertyName) |
static XMLSecurityPropertyManager.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSecurityPropertyManager.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLSecurityPropertyManager.Property ACCESS_EXTERNAL_DTD
public static final XMLSecurityPropertyManager.Property ACCESS_EXTERNAL_STYLESHEET
public static XMLSecurityPropertyManager.Property[] values()
for (XMLSecurityPropertyManager.Property c : XMLSecurityPropertyManager.Property.values()) System.out.println(c);
public static XMLSecurityPropertyManager.Property 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 boolean equalsName(String propertyName)
Copyright © 2018–2021 mhoffrogge. All rights reserved.