Package | Description |
---|---|
org.infinispan.configuration.parsing |
Modifier and Type | Field and Description |
---|---|
static Namespace |
Namespace.CURRENT
The current namespace version.
|
Modifier and Type | Field and Description |
---|---|
static EnumSet<Namespace> |
Namespace.STANDARD_NAMESPACES
Set of all namespaces, excluding the special
UNKNOWN value. |
Modifier and Type | Method and 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.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.