Class OrNullRule
- java.lang.Object
-
- com.openindex.openestate.tool.utils.forms.ValidationRule
-
- com.openindex.openestate.tool.utils.forms.OrNullRule
-
public class OrNullRule extends ValidationRule
OrNullRule.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description OrNullRule(ValidationRule otherRule)
-
-
-
Constructor Detail
-
OrNullRule
public OrNullRule(ValidationRule otherRule)
-
-
Method Detail
-
isValid
public boolean isValid(Object val)
- Specified by:
isValid
in classValidationRule
-
-