Uses of Class
org.camunda.bpm.container.impl.jboss.extension.Element
-
Packages that use Element Package Description org.camunda.bpm.container.impl.jboss.extension -
-
Uses of Element in org.camunda.bpm.container.impl.jboss.extension
Methods in org.camunda.bpm.container.impl.jboss.extension that return Element Modifier and Type Method Description static Element
Element. forName(String localName)
static Element
Element. valueOf(String name)
Returns the enum constant of this type with the specified name.static Element[]
Element. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-