Package | Description |
---|---|
org.wildfly.extension.picketlink.common.model | |
org.wildfly.extension.picketlink.common.parser |
Modifier and Type | Method and Description |
---|---|
static XMLElement |
XMLElement.forName(String name) |
static XMLElement |
XMLElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLElement[] |
XMLElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ModelXMLElementWriter(ModelElement element,
String nameAttribute,
XMLElement parentElement,
Map<String,ModelXMLElementWriter> register) |
ModelXMLElementWriter(ModelElement element,
XMLElement parentElement,
Map<String,ModelXMLElementWriter> register) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.