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, stringToObject
addOption, addOption, choiceToString, clearOptions, getName, getOption, getOptionNames, getOptions, getOptionValueList, stringToChoice
clearValue, getDescription, getName, getPosition, getPreferExplicit, getPrompt, getStringDefault, getValueClass, isNullPermitted, objectValue, setDescription, setDescription, setName, setNullPermitted, setPosition, setPreferExplicit, setPrompt, setStringDefault, setValue, setValueFromObject, setValueFromString, stringValue, toArray, toString
public JoinTypeParameter(String name)
public JoinType joinTypeValue(Environment env) throws TaskException
TaskException
public String stringifyOption(JoinType type)
AbstractChoiceParameter
String.valueOf(option)
,
but this may be overrridden.stringifyOption
in class AbstractChoiceParameter<JoinType,JoinType>
type
- option valueCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.