public class JoinTypeParameter extends ChoiceParameter<JoinType>
JoinType.| Constructor and Description |
|---|
JoinTypeParameter(String name) |
| Modifier and Type | Method and Description |
|---|---|
JoinType |
joinTypeValue(Environment env)
Returns the value of this parameter as a JoinType.
|
String |
stringifyOption(JoinType type)
Determines how an option will be represented as a string value of
this parameter if no name has explicitly been supplied.
|
getUsage, objectToString, setDefaultOption, setUsage, stringToObjectaddOption, addOption, choiceToString, clearOptions, getName, getOption, getOptionNames, getOptions, getOptionValueList, stringToChoiceclearValue, getDescription, getName, getPosition, getPreferExplicit, getPrompt, getStringDefault, getValueClass, isNullPermitted, objectValue, setDescription, setDescription, setName, setNullPermitted, setPosition, setPreferExplicit, setPrompt, setStringDefault, setValue, setValueFromObject, setValueFromString, stringValue, toArray, toStringpublic JoinTypeParameter(String name)
public JoinType joinTypeValue(Environment env) throws TaskException
TaskExceptionpublic String stringifyOption(JoinType type)
AbstractChoiceParameterString.valueOf(option),
but this may be overrridden.stringifyOption in class AbstractChoiceParameter<JoinType,JoinType>type - option valueCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.