Class ComputationValueImage
- java.lang.Object
-
- org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValue
-
- org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValueImage
-
- All Implemented Interfaces:
Serializable
public class ComputationValueImage 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 ComputationValueImage()ComputationValueImage(String url, String fileName, String mimeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()StringgetMimeType()voidsetFileName(String fileName)voidsetMimeType(String mimeType)StringtoString()-
Methods inherited from class org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValue
getType, getValue, setType, setValue
-
-