public class Input extends Object
| Constructor and Description |
|---|
Input() |
Input(String inputType,
String inputValue,
Parameter[] inputParameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Parameter[] |
getInputParameters()
Gets the inputParameters value for this Input.
|
Parameter |
getInputParameters(int i)
Gets the i'th
Parameter from inputParameters |
String |
getInputType()
Gets the inputType value for this Input.
|
String |
getInputValue()
Gets the inputValue value for this Input.
|
int |
hashCode() |
void |
setInputParameters(int i,
Parameter _value)
Sets the i'th
Parameter to inputParameters |
void |
setInputParameters(Parameter[] inputParameters)
Sets the inputParameters value for this Input.
|
void |
setInputType(String inputType)
Sets the inputType value for this Input.
|
void |
setInputValue(String inputValue)
Sets the inputValue value for this Input.
|
String |
toString() |
public String getInputType()
public void setInputType(String inputType)
inputType - public String getInputValue()
public void setInputValue(String inputValue)
inputValue - public Parameter[] getInputParameters()
public void setInputParameters(Parameter[] inputParameters)
inputParameters - public Parameter getInputParameters(int i)
Parameter from inputParametersi - Index of the parameterParameterpublic void setInputParameters(int i,
Parameter _value)
Parameter to inputParametersi - Index of the parameter_value - The Parameter to be set.Copyright © 2014. All Rights Reserved.