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
ConstructorsModifierConstructorDescriptionprotectedDefaultXMLElementGroup(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
Methods inherited from class org.jboss.as.controller.xml.XMLParticle.DefaultXMLParticle
getCardinality, getReader, getStability, getWriterMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jboss.as.controller.Feature
getStabilityMethods inherited from interface org.jboss.as.controller.xml.XMLComponent
getWriterMethods inherited from interface org.jboss.as.controller.xml.XMLElementGroup
getNamesMethods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader
-
Constructor Details
-
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 Details
-
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.
-
hashCode
public int hashCode() -
equals
-
toString
-