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

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

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

Methods in org.apache.directory.api.ldap.extras.controls that return SyncStateTypeEnum
 SyncStateTypeEnum SyncStateValueImpl.getSyncStateType()
          
 SyncStateTypeEnum SyncStateValue.getSyncStateType()
           
static SyncStateTypeEnum SyncStateTypeEnum.getSyncStateType(int value)
          Get the SyncStateTypeEnum instance from an integer value.
static SyncStateTypeEnum SyncStateTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SyncStateTypeEnum[] SyncStateTypeEnum.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 SyncStateTypeEnum
 void SyncStateValueImpl.setSyncStateType(SyncStateTypeEnum syncStateType)
          set the syncState's type
 void SyncStateValue.setSyncStateType(SyncStateTypeEnum syncStateType)
          set the syncState's type
 



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