Package org.jboss.as.controller.xml
Interface XMLAttribute<RC,WC>
- All Superinterfaces:
Feature,XMLComponent<RC,WC>
- All Known Implementing Classes:
XMLAttribute.DefaultXMLAttribute
Encapsulates an attribute of an XML element.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic classstatic classstatic enumEnumerates permissible xs:attribute usage. -
Method Summary
Methods inherited from interface org.jboss.as.controller.Feature
getStabilityMethods inherited from interface org.jboss.as.controller.xml.XMLComponent
getWriter
-
Method Details
-
getName
QName getName()Returns the qualified name of this attribute.- Returns:
- the qualified name of this attribute.
-
getReader
XMLAttributeReader<RC> getReader()Description copied from interface:XMLComponentReturns the reader of this XML component.- Specified by:
getReaderin interfaceXMLComponent<RC,WC> - Returns:
- the reader of this XML component.
-
getUsage
XMLUsage getUsage()Returns the usage of this XML attribute.- Returns:
- the usage of this XML attribute.
-