Uses of Class
org.jboss.as.controller.xml.XMLCardinality.Unbounded
-
Packages that use XMLCardinality.Unbounded Package Description org.jboss.as.controller.xml -
-
Uses of XMLCardinality.Unbounded in org.jboss.as.controller.xml
Methods in org.jboss.as.controller.xml that return XMLCardinality.Unbounded Modifier and Type Method Description static XMLCardinality.UnboundedXMLCardinality.Unbounded. valueOf(String name)Returns the enum constant of this type with the specified name.static XMLCardinality.Unbounded[]XMLCardinality.Unbounded. values()Returns an array containing the constants of this enum type, in the order they are declared.
-