Uses of Class
org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateTypeEnum
-
Packages that use SyncStateTypeEnum Package Description org.apache.directory.api.ldap.extras.controls.syncrepl.syncState -
-
Uses of SyncStateTypeEnum in org.apache.directory.api.ldap.extras.controls.syncrepl.syncState
Methods in org.apache.directory.api.ldap.extras.controls.syncrepl.syncState that return SyncStateTypeEnum Modifier and Type Method Description static SyncStateTypeEnumSyncStateTypeEnum. getSyncStateType(int value)Get theSyncStateTypeEnuminstance from an integer value.SyncStateTypeEnumSyncStateValue. getSyncStateType()SyncStateTypeEnumSyncStateValueImpl. getSyncStateType()static SyncStateTypeEnumSyncStateTypeEnum. 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.syncrepl.syncState with parameters of type SyncStateTypeEnum Modifier and Type Method Description voidSyncStateValue. setSyncStateType(SyncStateTypeEnum syncStateType)set the syncState's typevoidSyncStateValueImpl. setSyncStateType(SyncStateTypeEnum syncStateType)set the syncState's type
-