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.
|
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.