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()
InputParam
getName
in interface InputParam
public void setName(String name)
InputParam
setName
in interface InputParam
name
- - name of input parameterpublic String getDescription()
InputParam
getDescription
in interface InputParam
public void setDescription(String desc)
InputParam
setDescription
in interface InputParam
desc
- - description of input parameterpublic String getType()
InputParam
getType
in interface InputParam
public void setType(String type)
InputParam
setType
in interface InputParam
type
- - type of input parameterpublic String getDefaultValue()
InputParam
getDefaultValue
in interface InputParam
public void setDefaultValue(String defaultValue)
InputParam
setDefaultValue
in interface InputParam
defaultValue
- - default value of input parameterpublic List<Pair<String,String>> getAllowedValuesWithDescriptions()
InputParam
getAllowedValuesWithDescriptions
in interface InputParam
public void setAllowedValuesWithDescriptions(List<Pair<String,String>> values)
InputParam
setAllowedValuesWithDescriptions
in interface InputParam
values
- - allowed values and their descriptions of input parameterpublic String getLowBoundary()
InputParam
getLowBoundary
in interface InputParam
public void setLowBoundary(String lowBoundary)
InputParam
setLowBoundary
in interface InputParam
lowBoundary
- - low boundary of input parameterpublic String getHighBoundary()
InputParam
getHighBoundary
in interface InputParam
public void setHighBoundary(String highBoundary)
InputParam
setHighBoundary
in interface InputParam
highBoundary
- - high boundary of input parameterCopyright © 2024. All rights reserved.