Package org.jboss.as.controller.xml
Interface XMLChoice.Builder<RC,WC>
-
- All Superinterfaces:
XMLElementGroup.Builder<RC,WC,XMLElement<RC,WC>,XMLChoice<RC,WC>,XMLChoice.Builder<RC,WC>>,XMLParticle.Builder<RC,WC,XMLChoice<RC,WC>,XMLChoice.Builder<RC,WC>>,XMLParticleGroup.Builder<RC,WC,XMLElement<RC,WC>,XMLChoice<RC,WC>,XMLChoice.Builder<RC,WC>>
- All Known Implementing Classes:
XMLChoice.DefaultBuilder
public static interface XMLChoice.Builder<RC,WC> extends XMLParticleGroup.Builder<RC,WC,XMLElement<RC,WC>,XMLChoice<RC,WC>,XMLChoice.Builder<RC,WC>>
-
-
Method Summary
-
Methods inherited from interface org.jboss.as.controller.xml.XMLElementGroup.Builder
addElement
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle.Builder
build, withCardinality
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticleGroup.Builder
addChoice, addSequence
-
-