Class CombinerParameter
Parameter for specifying Combiner values.
As well as the static options defined in the Combiner class,
the "Q.nnn" syntax for specifying arbitrary quantiles is supported.
- Since:
- 16 May 2024
- Author:
- Mark Taylor
-
Field Summary
Fields inherited from class uk.ac.starlink.task.Parameter
BY_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an XML element listing the possible options for this parameter with their descriptions.stringToObject(uk.ac.starlink.task.Environment env, String sval) Methods inherited from class uk.ac.starlink.task.ChoiceParameter
getUsage, objectToString, setDefaultOption, setUsageMethods inherited from class uk.ac.starlink.task.AbstractChoiceParameter
addOption, addOption, choiceToString, clearOptions, getName, getOption, getOptionNames, getOptions, getOptionValueList, stringifyOption, stringToChoiceMethods inherited from class uk.ac.starlink.task.Parameter
clearValue, getDescription, getName, getPosition, getPreferExplicit, getPrompt, getStringDefault, getValueClass, isNullPermitted, objectValue, setDescription, setDescription, setName, setNullPermitted, setPosition, setPreferExplicit, setPrompt, setStringDefault, setValue, setValueFromObject, setValueFromString, stringValue, toArray, toString
-
Constructor Details
-
CombinerParameter
-
-
Method Details
-
stringToObject
-
getOptionsDescription
Returns an XML element listing the possible options for this parameter with their descriptions.- Returns:
- options description in as a <ul> element
-