Class AskerHints

java.lang.Object
nz.org.riskscape.wizard.AskerHints

public class AskerHints extends Object

Constant annotation tags for Questions to help refine the Asker class (in wizard-cli) behaviour.

  • Field Details

    • PICK_ATTRIBUTE

      public static final String PICK_ATTRIBUTE

      Refine which attributes the user should be picking from, i.e. NUMERIC, etc.

      See Also:
    • NUMERIC

      public static final String NUMERIC

      We only want the user to specify a numeric attribute, i.e. something we can multiply.

      See Also:
    • COMPARABLE

      public static final String COMPARABLE

      We want the user to specify an attribute that's comparable or sortable.

      See Also:
    • AGGREGATION

      public static final String AGGREGATION

      We want to use the answer in an aggregation expression, i.e. it should be an aggregate function.

      See Also:
  • Constructor Details

    • AskerHints

      public AskerHints()