Class ComputationValueFileList
- java.lang.Object
-
- org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValue
-
- org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValueFileList
-
- All Implemented Interfaces:
Serializable
public class ComputationValueFileList extends ComputationValue
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValue
type, value
-
-
Constructor Summary
Constructors Constructor Description ComputationValueFileList()ComputationValueFileList(ArrayList<ComputationValue> fileList, String separator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<ComputationValue>getFileList()StringgetSeparator()voidsetFileList(ArrayList<ComputationValue> fileList)voidsetSeparator(String separator)StringtoString()-
Methods inherited from class org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValue
getType, getValue, setType, setValue
-
-
-
-
Constructor Detail
-
ComputationValueFileList
public ComputationValueFileList()
-
ComputationValueFileList
public ComputationValueFileList(ArrayList<ComputationValue> fileList, String separator)
-
-
Method Detail
-
getFileList
public ArrayList<ComputationValue> getFileList()
-
setFileList
public void setFileList(ArrayList<ComputationValue> fileList)
-
getSeparator
public String getSeparator()
-
setSeparator
public void setSeparator(String separator)
-
toString
public String toString()
- Overrides:
toStringin classComputationValue
-
-