Package cdc.validation.checkers
Class RawRefChecker
java.lang.Object
cdc.validation.checkers.RawRefChecker
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
RawRefChecker
-
-
Method Details
-
getName
- Returns:
- The delegate name.
-
resolve
public void resolve(cdc.util.lang.FailureReaction reaction) Resolves the delegate.The delegate is searched only the first time this method is called.
- Parameters:
reaction- The reaction to adopt if resolution fails.
-
getResolutionStatus
public cdc.util.refs.ResolutionStatus getResolutionStatus() -
getDelegate
- Returns:
- The associated delegate, possibly
nullif resolution is not yet done or failed.
-
getValueClass
- Specified by:
getValueClassin interfaceChecker<Object>- Returns:
- The class of tested values.
-
test
-
explain
Description copied from interface:CheckerExplains the conditions at which a positive or negative result is obtained.
-