Package cdc.validation.checkers.defaults
Class IsNotNull
- java.lang.Object
-
- cdc.validation.checkers.defaults.IsNotNull
-
-
Constructor Summary
Constructors Constructor Description IsNotNull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringexplain(boolean result, String arg)Explains the conditions at which a positive or negative result is obtained.Class<Object>getValueClass()booleantest(Object value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cdc.validation.checkers.Checker
after, after, afterRaw, and, andRaw, cast, cast, explain, explain, negate, or, orRaw, testAndExplain, testAndExplain, testAndExplainRaw, testAndExplainRaw, testRaw, wrap
-
-
-
-
Method Detail
-
getValueClass
public Class<Object> getValueClass()
- Specified by:
getValueClassin interfaceChecker<Object>- Returns:
- The class of tested values.
-
test
public boolean test(Object value)
-
-