Class MonthsOfExecution

  • All Implemented Interfaces:
    Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess

    @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2020-11-12T17:35:11.808068+02:00[Europe/Kiev]")
    public class MonthsOfExecution
    extends ArrayList<String>
    The format is following the regular expression \\d{1,2}. The array is restricted to 11 entries. The values contained in the array entries shall all be different and the maximum value of one entry is 12. This attribute is contained if and only if the frequency equals \"MonthlyVariable\". Example: An execution on January, April and October each year is addressed by [\"1\", \"4\", \"10\"].
    See Also:
    Serialized Form