Uses of Interface
org.jboss.as.controller.xml.XMLParticleGroup
Packages that use XMLParticleGroup
-
Uses of XMLParticleGroup in org.jboss.as.controller.persistence.xml
Subinterfaces of XMLParticleGroup in org.jboss.as.controller.persistence.xmlModifier and TypeInterfaceDescriptioninterfaceEncapsulates an group of XML elements for a wildcard resource registration and its overrides using xs:choice (i.e. one of) semantics.interfaceEncapsulates a group of XML particles for a subsystem resource using xs:choice (i.e. one of) semantics.interfaceEncapsulates a group of XML particles for a subsystem resource, e.g. xs:choice, xs:sequenceinterfaceEncapsulates a group of XML particles for a subsystem resource using xs:sequence (i.e. ordered) semantics.interfaceEncapsulates 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 XMLParticleGroupModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Uses of XMLParticleGroup in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type XMLParticleGroupModifier and TypeClassDescriptionstatic 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.xmlModifier and TypeInterfaceDescriptioninterfaceXMLChoice<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 XMLParticleGroupModifier and TypeClassDescriptionstatic classXMLChoice.DefaultXMLChoice<RC,WC> static classstatic classstatic classMethods in org.jboss.as.controller.xml that return types with arguments of type XMLParticleGroupModifier and TypeMethodDescriptionprotected List<XMLParticleGroup<RC,WC>> XMLParticleGroup.AbstractBuilder.getGroups()Constructor parameters in org.jboss.as.controller.xml with type arguments of type XMLParticleGroupModifierConstructorDescriptionprotectedDefaultXMLChoice(Collection<? extends XMLParticleGroup<RC, WC>> groups, XMLCardinality cardinality) protectedDefaultXMLParticleGroup(Set<QName> names, Collection<? extends XMLParticleGroup<RC, WC>> groups, XMLCardinality cardinality, XMLElementReader<RC> reader) protectedDefaultXMLSequence(List<XMLParticleGroup<RC, WC>> groups, XMLCardinality cardinality)