public void addParameter(Long value) { if(value == null){//we have a null value}else{//do some stuff here with value}