Uses of Interface
org.jboss.as.controller.xml.XMLUsage
-
Packages that use XMLUsage Package Description org.jboss.as.controller.xml -
-
Uses of XMLUsage in org.jboss.as.controller.xml
Subinterfaces of XMLUsage in org.jboss.as.controller.xml Modifier and Type Interface Description interfaceXMLCardinalityDefines the cardinality of an XML particle.Classes in org.jboss.as.controller.xml that implement XMLUsage Modifier and Type Class Description static classXMLAttribute.UseEnumerates permissible xs:attribute usage.static classXMLCardinality.SingleCardinalities for single particles.static classXMLCardinality.UnboundedCommon cardinalities for unbounded particles.Methods in org.jboss.as.controller.xml that return XMLUsage Modifier and Type Method Description XMLUsageXMLAttribute.DefaultXMLAttribute. getUsage()XMLUsageXMLAttribute. getUsage()Returns the usage of this XML attribute.Methods in org.jboss.as.controller.xml with parameters of type XMLUsage Modifier and Type Method Description XMLAttribute.Builder<RC,WC>XMLAttribute.Builder. withUsage(XMLUsage usage)Overrides the usage of this attributeXMLAttribute.Builder<RC,WC>XMLAttribute.DefaultBuilder. withUsage(XMLUsage usage)
-