public class PeriodAspectOrFilterInInstantMatchesEOP extends java.lang.Object implements AspectOrFilter
| Constructor and Description |
|---|
PeriodAspectOrFilterInInstantMatchesEOP(java.lang.String aspect)
Instantiates a new period aspect or filter in instant matches eop.
|
| Modifier and Type | Method and Description |
|---|---|
XMLFragment |
getAspectFragment(DTSContainer dts)
Generates an XMLFragment that can be used as one additional aspect on a formula.
|
XBRLResource |
getFilterFragment(GenerationContext gc)
Generated an XMLFragment that can be used as one additional filter on a formula.
|
void |
setBase(VariableDefinition base)
Sets the base.
|
java.lang.String |
toString()
Force implementation of toString(), this shall return the source aspect.
|
public PeriodAspectOrFilterInInstantMatchesEOP(java.lang.String aspect)
aspect - the aspectpublic void setBase(VariableDefinition base)
base - the base to setpublic XMLFragment getAspectFragment(DTSContainer dts)
AspectOrFiltergetAspectFragment in interface AspectOrFilterdts - the dtspublic XBRLResource getFilterFragment(GenerationContext gc)
AspectOrFiltergetFilterFragment in interface AspectOrFiltergc - the gcpublic java.lang.String toString()
AspectOrFiltertoString in interface AspectOrFiltertoString in class java.lang.Object