| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.utils |
| Modifier and Type | Method and Description |
|---|---|
static XMLSecurityPropertyManager.Property |
XMLSecurityPropertyManager.Property.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSecurityPropertyManager.Property[] |
XMLSecurityPropertyManager.Property.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
XMLSecurityPropertyManager.getValue(XMLSecurityPropertyManager.Property property)
Return the value of the specified property
|
void |
XMLSecurityPropertyManager.setValue(XMLSecurityPropertyManager.Property property,
XMLSecurityPropertyManager.State state,
String value)
Set the value for a specific property.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.