Uses of Class
org.apache.directory.shared.ldap.message.control.replication.SyncStateTypeEnum

Packages that use SyncStateTypeEnum
org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue   
org.apache.directory.shared.ldap.message.control.replication   
 

Uses of SyncStateTypeEnum in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue that return SyncStateTypeEnum
 SyncStateTypeEnum SyncStateValueControl.getSyncStateType()
           
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue with parameters of type SyncStateTypeEnum
 void SyncStateValueControl.setSyncStateType(SyncStateTypeEnum syncStateType)
          set the syncState's type
 

Uses of SyncStateTypeEnum in org.apache.directory.shared.ldap.message.control.replication
 

Methods in org.apache.directory.shared.ldap.message.control.replication that return SyncStateTypeEnum
static SyncStateTypeEnum SyncStateTypeEnum.getSyncStateType(int value)
          Get the SyncStateTypeEnum instance from an integer value.
static SyncStateTypeEnum SyncStateTypeEnum.valueOf(java.lang.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.
 



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