Package nz.org.riskscape.wizard
Class AskerHints
java.lang.Object
nz.org.riskscape.wizard.AskerHints
Constant annotation tags for Question
s to help refine the Asker class (in wizard-cli)
behaviour.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
We want to use the answer in an aggregation expression, i.e.static final String
We want the user to specify an attribute that's comparable or sortable.static final String
We only want the user to specify a numeric attribute, i.e.static final String
Refine which attributes the user should be picking from, i.e. -
Constructor Summary
-
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()
-