|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Output
public class Output
The Output is a wrap of a DataSink.
| Constructor Summary | |
|---|---|
Output()
|
|
Output(String outputType,
String outputValue,
Parameter[] outputparameters)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Parameter[] |
getOutputparameters()
Gets the outputparameters value for this Output. |
Parameter |
getOutputparameters(int i)
|
String |
getOutputType()
Gets the outputType value for this Output. |
String |
getOutputValue()
Gets the outputValue value for this Output. |
int |
hashCode()
|
void |
setOutputparameters(int i,
Parameter _value)
|
void |
setOutputparameters(Parameter[] outputparameters)
Sets the outputparameters value for this Output. |
void |
setOutputType(String outputType)
Sets the outputType value for this Output. |
void |
setOutputValue(String outputValue)
Sets the outputValue value for this Output. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Output()
public Output(String outputType,
String outputValue,
Parameter[] outputparameters)
| Method Detail |
|---|
public String getOutputType()
public void setOutputType(String outputType)
outputType - public String getOutputValue()
public void setOutputValue(String outputValue)
outputValue - public Parameter[] getOutputparameters()
public void setOutputparameters(Parameter[] outputparameters)
outputparameters - public Parameter getOutputparameters(int i)
public void setOutputparameters(int i,
Parameter _value)
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 | |||||||||