Uses of Class
org.apache.directory.shared.ldap.extras.controls.SyncModifyDnType

Packages that use SyncModifyDnType
org.apache.directory.shared.ldap.extras.controls   
 

Uses of SyncModifyDnType in org.apache.directory.shared.ldap.extras.controls
 

Methods in org.apache.directory.shared.ldap.extras.controls that return SyncModifyDnType
 SyncModifyDnType SyncModifyDnImpl.getModDnType()
          
 SyncModifyDnType SyncModifyDn.getModDnType()
           
static SyncModifyDnType SyncModifyDnType.getModifyDnType(int value)
          Get the instance from it's interger value
static SyncModifyDnType SyncModifyDnType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SyncModifyDnType[] SyncModifyDnType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.shared.ldap.extras.controls with parameters of type SyncModifyDnType
 void SyncModifyDnImpl.setModDnType(SyncModifyDnType modDnType)
          
 void SyncModifyDn.setModDnType(SyncModifyDnType modDnType)
           
 



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