|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Input
public class Input
The Input is a wrap of a DataSource.
| Constructor Summary | |
|---|---|
Input()
|
|
Input(String inputType,
String inputValue,
Parameter[] inputparameters)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Input()
public Input(String inputType,
String inputValue,
Parameter[] inputparameters)
| Method Detail |
|---|
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 inputparameters
i - Index of the parameter
Parameter
public void setInputparameters(int i,
Parameter _value)
Parameter to inputparameters
i - Index of the parameter_value - The Parameter to be set.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||