public class XFConceptAspectTest extends XFAspectTestAbstract
| Constructor and Description |
|---|
XFConceptAspectTest(XBRLFormulaProcessor fp,
XMLFragment fragment)
Instantiates a new XF concept 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 XFConceptAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment)
fp - the fpfragment - the fragmentpublic int getAspect()
XFAspectTestAbstractgetAspect in class XFAspectTestAbstractpublic boolean bResultsCacheable()
XFAspectTestInterfacepublic XMLFragment getCacheVal1()
XFAspectTestInterfacepublic XMLFragment getCacheVal2()
XFAspectTestInterface