Package org.jboss.as.controller.xml
Interface XMLParticleGroup<RC,WC>
-
- Type Parameters:
RC- the reader contextWC- the writer content
- All Superinterfaces:
Feature,XMLComponent<RC,WC>,XMLElementGroup<RC,WC>,XMLParticle<RC,WC>
- All Known Subinterfaces:
NamedResourceRegistrationXMLChoice,ResourceXMLChoice,ResourceXMLParticleGroup,ResourceXMLSequence,SingletonResourceRegistrationXMLChoice,XMLChoice<RC,WC>,XMLSequence<RC,WC>
- All Known Implementing Classes:
NamedResourceRegistrationXMLChoice.DefaultResourceRegistrationXMLChoice,ResourceXMLChoice.DefaultResourceContentXMLChoice,ResourceXMLSequence.DefaultResourceXMLSequence,SingletonResourceRegistrationXMLChoice.DefaultSingletonResourceRegistrationXMLChoice,XMLChoice.DefaultXMLChoice,XMLChoice.DefaultXMLElementChoice,XMLParticleGroup.DefaultXMLParticleGroup,XMLSequence.DefaultXMLSequence
public interface XMLParticleGroup<RC,WC> extends XMLElementGroup<RC,WC>
Encapsulates a group of XML particles, e.g. xs:choice, xs:sequence.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classXMLParticleGroup.AbstractBuilder<RC,WC,E extends XMLElement<RC,WC>,T extends XMLParticleGroup<RC,WC>,B extends XMLParticleGroup.Builder<RC,WC,E,T,B>>static interfaceXMLParticleGroup.Builder<RC,WC,E extends XMLElement<RC,WC>,T extends XMLParticleGroup<RC,WC>,B extends XMLParticleGroup.Builder<RC,WC,E,T,B>>static classXMLParticleGroup.DefaultXMLParticleGroup<RC,WC>-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLElementGroup
XMLElementGroup.DefaultXMLElementGroup<RC,WC>
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.DefaultXMLParticle<RC,WC>
-
-
Method Summary
-
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, getReaderNames
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader
-
-