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 SyncStateValueControlCodec.getSyncStateType()
           
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue with parameters of type SyncStateTypeEnum
 void SyncStateValueControlCodec.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
 SyncStateTypeEnum SyncStateValueControl.getSyncStateType()
           
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.
 

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



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.