Uses of Interface
org.apache.directory.api.ldap.model.schema.registries.NameFormRegistry

Packages that use NameFormRegistry
org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.api.ldap.model.schema.registries   
 

Uses of NameFormRegistry in org.apache.directory.api.ldap.model.schema
 

Methods in org.apache.directory.api.ldap.model.schema that return NameFormRegistry
 NameFormRegistry SchemaManager.getNameFormRegistry()
          Get an immutable reference on the NameForm registry
 

Uses of NameFormRegistry in org.apache.directory.api.ldap.model.schema.registries
 

Classes in org.apache.directory.api.ldap.model.schema.registries that implement NameFormRegistry
 class DefaultNameFormRegistry
          An NameForm registry's service default implementation.
 class ImmutableNameFormRegistry
          An immutable wrapper of the NameForm registry.
 

Fields in org.apache.directory.api.ldap.model.schema.registries declared as NameFormRegistry
protected  NameFormRegistry Registries.nameFormRegistry
          The NameForm registry
 

Methods in org.apache.directory.api.ldap.model.schema.registries that return NameFormRegistry
 NameFormRegistry NameFormRegistry.copy()
          Copy the NameFormRegistry
 NameFormRegistry Registries.getNameFormRegistry()
           
 

Constructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type NameFormRegistry
ImmutableNameFormRegistry(NameFormRegistry nameFormRegistry)
          Creates a new instance of ImmutableNameFormRegistry.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.