| Package | Description |
|---|---|
| org.jboss.as.controller.parsing |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
Attribute.forName(String localName) |
static Attribute |
Attribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WriteUtils.writeAttribute(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Attribute attribute,
String value) |
static void |
WriteUtils.writeListAsMultipleElements(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element,
Attribute attribute,
org.jboss.dmr.ModelNode subModel) |
static void |
WriteUtils.writeSingleElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element,
Attribute attribute,
org.jboss.dmr.ModelNode subModel) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.