Uses of Class
org.camunda.bpm.container.impl.jboss.extension.Namespace
-
Packages that use Namespace Package Description org.camunda.bpm.container.impl.jboss.extension -
-
Uses of Namespace in org.camunda.bpm.container.impl.jboss.extension
Fields in org.camunda.bpm.container.impl.jboss.extension declared as Namespace Modifier and Type Field Description static Namespace
Namespace. CURRENT
The current namespace version.Methods in org.camunda.bpm.container.impl.jboss.extension that return Namespace Modifier and Type Method Description static Namespace
Namespace. forUri(String uri)
static Namespace
Namespace. valueOf(String name)
Returns the enum constant of this type with the specified name.static Namespace[]
Namespace. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-