1 package net.sf.msplice.model.condition; 2 3 4 public class NullValueCondition extends AbstractCondition { 5 6 // return (aValue == null) 7 8 }