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

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

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

Methods in org.apache.directory.api.ldap.extras.controls that return SynchronizationInfoEnum
static SynchronizationInfoEnum SynchronizationInfoEnum.getSyncMode(int value)
          Get the SynchronizationInfoEnum instance from an integer value.
 SynchronizationInfoEnum SyncInfoValueImpl.getType()
          Get the control type.
 SynchronizationInfoEnum SyncInfoValue.getType()
          Get the control type.
static SynchronizationInfoEnum SynchronizationInfoEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SynchronizationInfoEnum[] SynchronizationInfoEnum.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 SynchronizationInfoEnum
 void SyncInfoValueImpl.setType(SynchronizationInfoEnum type)
          
 void SyncInfoValue.setType(SynchronizationInfoEnum type)
           
 



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