public interface EvaluableAssertion
| Modifier and Type | Method and Description |
|---|---|
XBRLAssertionResult[] |
evaluateAssertion(XBRLInstance doc)
Required for evaluating the assertion.
|
java.lang.String |
getErrorIdentification()
Returns an string that identifies the assertion when an error is produced.
|
java.lang.String |
getLabel()
This is implemented by the surrounding resource.
|
XBRLResource |
getResource()
Returns the XBRLResource that contains the definition of the assertion.
|
XBRLAssertionResult[] evaluateAssertion(XBRLInstance doc) throws XFValidationException
doc - the docXFValidationException - the XF validation exceptionjava.lang.String getLabel()
java.lang.String getErrorIdentification()
XBRLResource getResource()