Package nz.org.riskscape.wizard
Class AskerHints
java.lang.Object
nz.org.riskscape.wizard.AskerHints
Constant annotation tags for Questions to help refine the Asker class (in wizard-cli)
behaviour.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWe want to use the answer in an aggregation expression, i.e.static final StringWe want the user to specify an attribute that's comparable or sortable.static final StringWe only want the user to specify a numeric attribute, i.e.static final StringRefine which attributes the user should be picking from, i.e. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PICK_ATTRIBUTE
Refine which attributes the user should be picking from, i.e.
NUMERIC, etc.- See Also:
-
NUMERIC
We only want the user to specify a numeric attribute, i.e. something we can multiply.
- See Also:
-
COMPARABLE
We want the user to specify an attribute that's comparable or sortable.
- See Also:
-
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()
-