Class ComputationValueFile
- java.lang.Object
-
- org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValue
-
- org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValueFile
-
- All Implemented Interfaces:
Serializable
public class ComputationValueFile 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 ComputationValueFile()ComputationValueFile(String url, String fileName, String mimeType, boolean netcdf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()StringgetMimeType()booleanisNetcdf()voidsetFileName(String fileName)voidsetMimeType(String mimeType)voidsetNetcdf(boolean netcdf)StringtoString()-
Methods inherited from class org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValue
getType, getValue, setType, setValue
-
-
-
-
Method Detail
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
getMimeType
public String getMimeType()
-
setMimeType
public void setMimeType(String mimeType)
-
isNetcdf
public boolean isNetcdf()
-
setNetcdf
public void setNetcdf(boolean netcdf)
-
toString
public String toString()
- Overrides:
toStringin classComputationValue
-
-