Uses of Class
org.jboss.as.controller.parsing.Attribute
-
Packages that use Attribute Package Description org.jboss.as.controller.parsing -
-
Uses of Attribute in org.jboss.as.controller.parsing
Methods in org.jboss.as.controller.parsing that return Attribute Modifier and Type Method Description static AttributeAttribute. forName(String localName)static AttributeAttribute. 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.Methods in org.jboss.as.controller.parsing with parameters of type Attribute Modifier and Type Method Description static voidWriteUtils. writeAttribute(org.jboss.staxmapper.XMLExtendedStreamWriter writer, Attribute attribute, String value)static voidWriteUtils. writeListAsMultipleElements(org.jboss.staxmapper.XMLExtendedStreamWriter writer, Element element, Attribute attribute, org.jboss.dmr.ModelNode subModel)static voidWriteUtils. writeSingleElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer, Element element, Attribute attribute, org.jboss.dmr.ModelNode subModel)
-