public class InputParameter extends Object implements InputParam
| Constructor and Description |
|---|
InputParameter() |
InputParameter(InputParam copy) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<String,String>> |
getAllowedValuesWithDescriptions()
Get allowed values and their descriptions of input parameter.
|
String |
getDefaultValue()
Get default value of input parameter
|
String |
getDescription()
Get description of input parameterN
|
String |
getHighBoundary()
Get high boundary of input parameter, where boundary applies
|
String |
getLowBoundary()
Get low boundary of input parameter, where boundary applies
|
String |
getName()
Get name of input parameter
|
String |
getType()
Get type of input parameter
|
void |
setAllowedValuesWithDescriptions(List<Pair<String,String>> values)
Set allowed values and their descriptions of input parameter
|
void |
setDefaultValue(String defaultValue)
Set default value of input parameter
|
void |
setDescription(String desc)
Set description of input parameter
|
void |
setHighBoundary(String highBoundary)
Set high boundary of input parameter
|
void |
setLowBoundary(String lowBoundary)
Set low boundary of input parameter
|
void |
setName(String name)
Set name of input parameter
|
void |
setType(String type)
Set type of input parameter
|
String |
toString() |
public InputParameter()
public InputParameter(InputParam copy)
public String getName()
InputParamgetName in interface InputParampublic void setName(String name)
InputParamsetName in interface InputParamname - - name of input parameterpublic String getDescription()
InputParamgetDescription in interface InputParampublic void setDescription(String desc)
InputParamsetDescription in interface InputParamdesc - - description of input parameterpublic String getType()
InputParamgetType in interface InputParampublic void setType(String type)
InputParamsetType in interface InputParamtype - - type of input parameterpublic String getDefaultValue()
InputParamgetDefaultValue in interface InputParampublic void setDefaultValue(String defaultValue)
InputParamsetDefaultValue in interface InputParamdefaultValue - - default value of input parameterpublic List<Pair<String,String>> getAllowedValuesWithDescriptions()
InputParamgetAllowedValuesWithDescriptions in interface InputParampublic void setAllowedValuesWithDescriptions(List<Pair<String,String>> values)
InputParamsetAllowedValuesWithDescriptions in interface InputParamvalues - - allowed values and their descriptions of input parameterpublic String getLowBoundary()
InputParamgetLowBoundary in interface InputParampublic void setLowBoundary(String lowBoundary)
InputParamsetLowBoundary in interface InputParamlowBoundary - - low boundary of input parameterpublic String getHighBoundary()
InputParamgetHighBoundary in interface InputParampublic void setHighBoundary(String highBoundary)
InputParamsetHighBoundary in interface InputParamhighBoundary - - high boundary of input parameterCopyright © 2024. All rights reserved.