Class OverPeriodMeasureDefinition

    • Constructor Detail

      • OverPeriodMeasureDefinition

        public OverPeriodMeasureDefinition​(String measureIdentifier,
                                           List<OverPeriodDateAttribute> dateAttributes)
        Create a new instance of OverPeriodMeasureDefinition.
        Parameters:
        measureIdentifier - The local identifier of the measure this PoP measure refers to. The parameter must not be null.
        dateAttributes - The date attributes that defines how this measure will be shifted in time. The parameter must not be null.
        Throws:
        IllegalArgumentException - Thrown when dateAttributes list is empty or required parameter is null.