org.gcube.datatransformation.datatransformationlibrary.datahandlers.model
Class Input

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Input

public class Input
extends Object

The Input is a wrap of a DataSource.

Author:
john.gerbesiotis - DI NKUA

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

Input

public Input()

Input

public Input(String inputType,
             String inputValue,
             Parameter[] inputparameters)
Method Detail

getInputType

public String getInputType()
Gets the inputType value for this Input.

Returns:
inputType

setInputType

public void setInputType(String inputType)
Sets the inputType value for this Input.

Parameters:
inputType -

getInputValue

public String getInputValue()
Gets the inputValue value for this Input.

Returns:
inputValue

setInputValue

public void setInputValue(String inputValue)
Sets the inputValue value for this Input.

Parameters:
inputValue -

getInputparameters

public Parameter[] getInputparameters()
Gets the inputparameters value for this Input.

Returns:
inputparameters

setInputparameters

public void setInputparameters(Parameter[] inputparameters)
Sets the inputparameters value for this Input.

Parameters:
inputparameters -

getInputparameters

public Parameter getInputparameters(int i)
Gets the i'th Parameter from inputparameters

Parameters:
i - Index of the parameter
Returns:
The Parameter

setInputparameters

public void setInputparameters(int i,
                               Parameter _value)
Sets the i'th Parameter to inputparameters

Parameters:
i - Index of the parameter
_value - The Parameter to be set.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.