Class ListToColumns.Options

java.lang.Object
nz.org.riskscape.defaults.function.ListToColumns.Options
Enclosing class:
ListToColumns

public static class ListToColumns.Options extends Object

A Struct defining all options that may be passed to this function.

  • Field Details

    • names

      public List<String> names

      A list of column names to use.

    • prefix

      public String prefix

      A prefix to apply to all column names.

    • number

      public Optional<Integer> number

      The number of columns to process. Used instead of names

    • startNumbering

      public Optional<Integer> startNumbering

      The number to assign to the first column when naming number.

  • Constructor Details

    • Options

      public Options()