setMaximumAnnual — These methods will set the maximum target values of the specified target.
These methods will set the maximum target values of the specified target. There are three alternate forms: set the value for all periods, set the value for a single period, and set the value for a range of periods.
The target values should be specified on a annualized basis. These methods will multiply the target level by the number of years in the period.
setMaximumAnnual ( String label , double max )
The command has the following arguments:
label
The target to set
max
The annual target level to set. This value will be multiplied by the number of years in each period.
Set maximum annual value of target 'label' to 'max'.
setMaximumAnnual ( String label , double max , int startperiod , int endperiod )
The command has the following arguments:
label
The target to set
max
The annual target level to set. This value will be multiplied by the number of years in each period.
startperiod
The starting period of the interval to set
endperiod
The ending period of the interval to set
Set maximum annual value of target 'label' for interval [startperiod,endperiod].
setMaximumAnnual ( String label , double max , int period )
The command has the following arguments:
label
The target to set
max
The annual target level to set. This value will be multiplied by the number of years in the period.
period
The period to set.
Set maximum annual value of target 'label' for period 'period'.