public class FileParameter extends Parameter
description, name, typology, value| Constructor and Description |
|---|
FileParameter() |
FileParameter(String name,
String description,
String defaultMimeType,
ArrayList<String> supportedMimeTypes,
boolean netcdf) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultMimeType() |
ArrayList<String> |
getSupportedMimeTypes() |
boolean |
isNetcdf() |
void |
setDefaultMimeType(String defaultMimeType) |
void |
setNetcdf(boolean netcdf) |
void |
setSupportedMimeTypes(ArrayList<String> supportedMimeTypes) |
String |
toString() |
getDescription, getName, getTypology, getValue, setDescription, setName, setTypology, setValueCopyright © 2017. All Rights Reserved.