Uses of Class
org.apache.directory.api.ldap.extras.controls.SynchronizationModeEnum

Packages that use SynchronizationModeEnum
org.apache.directory.api.ldap.extras.controls   
 

Uses of SynchronizationModeEnum in org.apache.directory.api.ldap.extras.controls
 

Methods in org.apache.directory.api.ldap.extras.controls that return SynchronizationModeEnum
 SynchronizationModeEnum SyncRequestValueImpl.getMode()
          
 SynchronizationModeEnum SyncRequestValue.getMode()
           
static SynchronizationModeEnum SynchronizationModeEnum.getSyncMode(int value)
          Get the SynchronizationModeEnum instance from an integer value.
static SynchronizationModeEnum SynchronizationModeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SynchronizationModeEnum[] SynchronizationModeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.api.ldap.extras.controls with parameters of type SynchronizationModeEnum
 void SyncRequestValueImpl.setMode(SynchronizationModeEnum mode)
          
 void SyncRequestValue.setMode(SynchronizationModeEnum mode)
           
 



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