Uses of Class
org.apache.directory.api.ldap.extras.intermediate.syncrepl.SynchronizationInfoEnum
-
Packages that use SynchronizationInfoEnum Package Description org.apache.directory.api.ldap.extras.intermediate.syncrepl -
-
Uses of SynchronizationInfoEnum in org.apache.directory.api.ldap.extras.intermediate.syncrepl
Methods in org.apache.directory.api.ldap.extras.intermediate.syncrepl that return SynchronizationInfoEnum Modifier and Type Method Description SynchronizationInfoEnumSyncInfoValue. getSyncInfoValueType()Get the value type.SynchronizationInfoEnumSyncInfoValueImpl. getSyncInfoValueType()static SynchronizationInfoEnumSynchronizationInfoEnum. getSyncMode(int value)Get theSynchronizationInfoEnuminstance from an integer value.static SynchronizationInfoEnumSynchronizationInfoEnum. 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.intermediate.syncrepl with parameters of type SynchronizationInfoEnum Modifier and Type Method Description voidSyncInfoValue. setSyncInfoValueType(SynchronizationInfoEnum type)voidSyncInfoValueImpl. setSyncInfoValueType(SynchronizationInfoEnum type)
-