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