public abstract class XFDimensionsAspectTest extends XFAspectTestAbstract
| Constructor and Description |
|---|
XFDimensionsAspectTest(XBRLFormulaProcessor fp,
XMLFragment fragment,
java.lang.String expression,
net.sf.saxon.s9api.QName varName,
net.sf.saxon.s9api.QName varValue)
Instantiates a new XF dimensions aspect test.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
bResultsCacheable()
Returns true if the results can be obtained from the aspects cache or can be sent to the aspects cache
after evaluation.
|
int |
getAspect()
Access to the constant defined in the CommonAspectRule class indicating the aspect this instance works with.
|
XMLFragment |
getCacheVal1()
In case bResultsCacheable returns true, this must return the Object that will be stored into
the cache for the first variable to test aspects from.
|
XMLFragment |
getCacheVal2()
In case bResultsCacheable returns true, this must return the Object that will be stored into
the cache for the second variable to test aspects from.
|
equivaletValuespublic XFDimensionsAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment, java.lang.String expression, net.sf.saxon.s9api.QName varName, net.sf.saxon.s9api.QName varValue)
fp - the fpfragment - the fragmentexpression - the expressionvarName - the var namevarValue - the var valuepublic int getAspect()
XFAspectTestAbstractgetAspect in class XFAspectTestAbstractpublic boolean bResultsCacheable()
XFAspectTestInterfacepublic XMLFragment getCacheVal1()
XFAspectTestInterfacepublic XMLFragment getCacheVal2()
XFAspectTestInterface