Package org.jboss.as.controller.xml
Class XMLAttribute.DefaultXMLAttribute<RC,WC>
- java.lang.Object
-
- org.jboss.as.controller.xml.XMLAttribute.DefaultXMLAttribute<RC,WC>
-
- All Implemented Interfaces:
Feature,XMLAttribute<RC,WC>,XMLComponent<RC,WC>
- Enclosing interface:
- XMLAttribute<RC,WC>
public static class XMLAttribute.DefaultXMLAttribute<RC,WC> extends Object implements XMLAttribute<RC,WC>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLAttribute
XMLAttribute.Builder<RC,WC>, XMLAttribute.DefaultBuilder<RC,WC>, XMLAttribute.DefaultXMLAttribute<RC,WC>, XMLAttribute.Use
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetName()Returns the qualified name of this attribute.XMLAttributeReader<RC>getReader()Returns the reader of this XML component.StabilitygetStability()Returns the stability level of this feature.XMLUsagegetUsage()Returns the usage of this XML attribute.XMLContentWriter<WC>getWriter()Returns the writer of this XML component.
-
-
-
Method Detail
-
getName
public QName getName()
Description copied from interface:XMLAttributeReturns the qualified name of this attribute.- Specified by:
getNamein interfaceXMLAttribute<RC,WC>- Returns:
- the qualified name of this attribute.
-
getReader
public XMLAttributeReader<RC> getReader()
Description copied from interface:XMLComponentReturns the reader of this XML component.- Specified by:
getReaderin interfaceXMLAttribute<RC,WC>- Specified by:
getReaderin interfaceXMLComponent<RC,WC>- Returns:
- the reader of this XML component.
-
getWriter
public XMLContentWriter<WC> getWriter()
Description copied from interface:XMLComponentReturns the writer of this XML component.- Specified by:
getWriterin interfaceXMLComponent<RC,WC>- Returns:
- the writer of this XML component.
-
getUsage
public XMLUsage getUsage()
Description copied from interface:XMLAttributeReturns the usage of this XML attribute.- Specified by:
getUsagein interfaceXMLAttribute<RC,WC>- Returns:
- the usage of this XML attribute.
-
getStability
public Stability getStability()
Description copied from interface:FeatureReturns the stability level of this feature.- Specified by:
getStabilityin interfaceFeature- Returns:
- a stability level
-
-