Uses of Class
org.infinispan.configuration.parsing.Namespace

Packages that use Namespace
org.infinispan.configuration.parsing   
 

Uses of Namespace in org.infinispan.configuration.parsing
 

Fields in org.infinispan.configuration.parsing declared as Namespace
static Namespace Namespace.CURRENT
          The current namespace version.
 

Fields in org.infinispan.configuration.parsing with type parameters of type Namespace
static EnumSet<Namespace> Namespace.STANDARD_NAMESPACES
          Set of all namespaces, excluding the special UNKNOWN value.
 

Methods in org.infinispan.configuration.parsing that return Namespace
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, a division of Red Hat. All Rights Reserved.