Package org.biouno.unochoice
Interface ScriptableParameter<T>
-
- All Superinterfaces:
UnoChoiceParameter
- All Known Subinterfaces:
CascadableParameter<T>
- All Known Implementing Classes:
AbstractCascadableParameter
,AbstractScriptableParameter
,CascadeChoiceParameter
,ChoiceParameter
,DynamicReferenceParameter
public interface ScriptableParameter<T> extends UnoChoiceParameter
A parameter that is obtained through the execution of a script.- Since:
- 0.20
- Author:
- Bruno P. Kinoshita
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getChoices(Map<Object,Object> parameters)
Evaluates a script and returns its result as a Map.
-