public class PeriodAspectOrFilterInDurationIsBase extends java.lang.Object implements AspectOrFilter
| Constructor and Description |
|---|
PeriodAspectOrFilterInDurationIsBase(java.lang.String aspect)
Instantiates a new period aspect or filter in duration is base.
|
| 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.
|
java.lang.String |
toString()
Force implementation of toString(), this shall return the source aspect.
|
public PeriodAspectOrFilterInDurationIsBase(java.lang.String aspect)
aspect - the aspectpublic 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