public class ComputationValueFile extends ComputationValue
type, value| Constructor and Description |
|---|
ComputationValueFile() |
ComputationValueFile(String url,
String fileName,
String mimeType,
boolean netcdf) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
String |
getMimeType() |
boolean |
isNetcdf() |
void |
setFileName(String fileName) |
void |
setMimeType(String mimeType) |
void |
setNetcdf(boolean netcdf) |
String |
toString() |
getType, getValue, setType, setValuepublic String getFileName()
public void setFileName(String fileName)
public String getMimeType()
public void setMimeType(String mimeType)
public boolean isNetcdf()
public void setNetcdf(boolean netcdf)
public String toString()
toString in class ComputationValueCopyright © 2021. All Rights Reserved.