public interface InputParam extends Serializable
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 getName()
void setName(String name)
name
- - name of input parameterString getDescription()
void setDescription(String desc)
desc
- - description of input parameterString getType()
void setType(String type)
type
- - type of input parameterString getDefaultValue()
void setDefaultValue(String defaultValue)
defaultValue
- - default value of input parameterString getLowBoundary()
void setLowBoundary(String lowBoundary)
lowBoundary
- - low boundary of input parameterString getHighBoundary()
void setHighBoundary(String highBoundary)
highBoundary
- - high boundary of input parameterList<Pair<String,String>> getAllowedValuesWithDescriptions()
Copyright © 2024. All rights reserved.