Package org.jboss.as.controller.xml
Class XMLParticle.DefaultXMLParticle<RC,WC>
java.lang.Object
org.jboss.as.controller.xml.XMLParticle.DefaultXMLParticle<RC,WC>
- All Implemented Interfaces:
Feature,XMLComponent<RC,,WC> XMLParticle<RC,WC>
- Direct Known Subclasses:
XMLElement.DefaultXMLElement,XMLElementGroup.DefaultXMLElementGroup
- Enclosing interface:
- XMLParticle<RC,
WC>
public static class XMLParticle.DefaultXMLParticle<RC,WC>
extends Object
implements XMLParticle<RC,WC>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.AbstractBuilder<RC,WC, T extends XMLParticle<RC, WC>, B extends XMLParticle.Builder<RC, WC, T, B>>, XMLParticle.Builder<RC, WC, T extends XMLParticle<RC, WC>, B extends XMLParticle.Builder<RC, WC, T, B>>, XMLParticle.DefaultXMLParticle<RC, WC> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultXMLParticle(XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability) -
Method Summary
Modifier and TypeMethodDescriptionReturns the cardinality of this XML particle.Returns the reader of this XML component.Returns the stability level of this feature.Returns the writer of this XML component.
-
Constructor Details
-
DefaultXMLParticle
protected DefaultXMLParticle(XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability)
-
-
Method Details
-
getCardinality
Description copied from interface:XMLParticleReturns the cardinality of this XML particle.- Specified by:
getCardinalityin interfaceXMLParticle<RC,WC> - Returns:
- the cardinality of this XML particle.
-
getReader
Description copied from interface:XMLComponentReturns the reader of this XML component.- Specified by:
getReaderin interfaceXMLComponent<RC,WC> - Specified by:
getReaderin interfaceXMLParticle<RC,WC> - Returns:
- the reader of this XML component.
-
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.
-
getStability
Description copied from interface:FeatureReturns the stability level of this feature.- Specified by:
getStabilityin interfaceFeature- Returns:
- a stability level
-