Package org.jboss.as.controller.xml
Class XMLElementGroup.DefaultXMLElementGroup<RC,WC>
- java.lang.Object
-
- org.jboss.as.controller.xml.XMLParticle.DefaultXMLParticle<RC,WC>
-
- org.jboss.as.controller.xml.XMLElementGroup.DefaultXMLElementGroup<RC,WC>
-
- All Implemented Interfaces:
Feature,XMLComponent<RC,WC>,XMLElementGroup<RC,WC>,XMLParticle<RC,WC>
- Direct Known Subclasses:
XMLAll.DefaultXMLAll,XMLParticleGroup.DefaultXMLParticleGroup
- Enclosing interface:
- XMLElementGroup<RC,WC>
public static class XMLElementGroup.DefaultXMLElementGroup<RC,WC> extends XMLParticle.DefaultXMLParticle<RC,WC> implements XMLElementGroup<RC,WC>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLElementGroup
XMLElementGroup.AbstractBuilder<RC,WC,E extends XMLElement<RC,WC>,T extends XMLElementGroup<RC,WC>,B extends XMLElementGroup.Builder<RC,WC,E,T,B>>, XMLElementGroup.Builder<RC,WC,E extends XMLElement<RC,WC>,T extends XMLElementGroup<RC,WC>,B extends XMLElementGroup.Builder<RC,WC,E,T,B>>, XMLElementGroup.DefaultXMLElementGroup<RC,WC>
-
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
Constructors Modifier Constructor Description protectedDefaultXMLElementGroup(Set<QName> names, Collection<? extends XMLParticle<RC,WC>> particles, XMLCardinality cardinality, XMLElementReader<RC> reader)protectedDefaultXMLElementGroup(Set<QName> names, XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Set<QName>getReaderNames()Returns the set of qualified element names.inthashCode()StringtoString()-
Methods inherited from class org.jboss.as.controller.xml.XMLParticle.DefaultXMLParticle
getCardinality, getReader, getStability, getWriter
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.as.controller.Feature
getStability
-
Methods inherited from interface org.jboss.as.controller.xml.XMLComponent
getWriter
-
Methods inherited from interface org.jboss.as.controller.xml.XMLElementGroup
getNames
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader
-
-
-
-
Constructor Detail
-
DefaultXMLElementGroup
protected DefaultXMLElementGroup(Set<QName> names, Collection<? extends XMLParticle<RC,WC>> particles, XMLCardinality cardinality, XMLElementReader<RC> reader)
-
DefaultXMLElementGroup
protected DefaultXMLElementGroup(Set<QName> names, XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability)
-
-
Method Detail
-
getReaderNames
public Set<QName> getReaderNames()
Description copied from interface:XMLElementGroupReturns the set of qualified element names.- Specified by:
getReaderNamesin interfaceXMLElementGroup<RC,WC>- Returns:
- the set of qualified element names.
-
-