Uses of Interface
org.jboss.as.controller.xml.XMLParticleGroup
-
Packages that use XMLParticleGroup Package Description org.jboss.as.controller.persistence.xml org.jboss.as.controller.xml -
-
Uses of XMLParticleGroup in org.jboss.as.controller.persistence.xml
Subinterfaces of XMLParticleGroup in org.jboss.as.controller.persistence.xml Modifier and Type Interface Description interfaceNamedResourceRegistrationXMLChoiceEncapsulates an group of XML elements for a wildcard resource registration and its overrides using xs:choice (i.e. one of) semantics.interfaceResourceXMLChoiceEncapsulates a group of XML particles for a subsystem resource using xs:choice (i.e. one of) semantics.interfaceResourceXMLParticleGroupEncapsulates a group of XML particles for a subsystem resource, e.g. xs:choice, xs:sequenceinterfaceResourceXMLSequenceEncapsulates a group of XML particles for a subsystem resource using xs:sequence (i.e. ordered) semantics.interfaceSingletonResourceRegistrationXMLChoiceEncapsulates an group of XML elements for one of more singleton resource registrations using xs:choice (i.e. one of) semantics.Classes in org.jboss.as.controller.persistence.xml that implement XMLParticleGroup Modifier and Type Class Description static classNamedResourceRegistrationXMLChoice.DefaultResourceRegistrationXMLChoicestatic classResourceXMLChoice.DefaultResourceContentXMLChoicestatic classResourceXMLSequence.DefaultResourceXMLSequencestatic classSingletonResourceRegistrationXMLChoice.DefaultSingletonResourceRegistrationXMLChoice -
Uses of XMLParticleGroup in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type XMLParticleGroup Modifier and Type Class 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>>Subinterfaces of XMLParticleGroup in org.jboss.as.controller.xml Modifier and Type Interface Description interfaceXMLChoice<RC,WC>Encapsulates a group of XML particles using xs:choice (i.e. one of) semantics.interfaceXMLSequence<RC,WC>Encapsulates a group of XML particles with xs:sequence (i.e. ordered) semantics.Classes in org.jboss.as.controller.xml that implement XMLParticleGroup Modifier and Type Class Description static classXMLChoice.DefaultXMLChoice<RC,WC>static classXMLChoice.DefaultXMLElementChoice<RC,WC>static classXMLParticleGroup.DefaultXMLParticleGroup<RC,WC>static classXMLSequence.DefaultXMLSequence<RC,WC>Methods in org.jboss.as.controller.xml that return types with arguments of type XMLParticleGroup Modifier and Type Method Description protected List<XMLParticleGroup<RC,WC>>XMLParticleGroup.AbstractBuilder. getGroups()Constructor parameters in org.jboss.as.controller.xml with type arguments of type XMLParticleGroup Constructor Description DefaultXMLChoice(Collection<? extends XMLParticleGroup<RC,WC>> groups, XMLCardinality cardinality)DefaultXMLParticleGroup(Set<QName> names, Collection<? extends XMLParticleGroup<RC,WC>> groups, XMLCardinality cardinality, XMLElementReader<RC> reader)DefaultXMLSequence(List<XMLParticleGroup<RC,WC>> groups, XMLCardinality cardinality)
-