// Check that the value is into the allowed interval
int mode = IntegerDecoder.parse( value,
SynchronizationModeEnum.UNUSED.getValue(),
SynchronizationModeEnum.REFRESH_AND_PERSIST.getValue() );
SynchronizationModeEnum modeEnum = SynchronizationModeEnum.getSyncMode( mode );
if ( IS_DEBUG )
{
LOG.debug( "Mode = " + modeEnum );
}