Class FileParameter

    • Constructor Detail

      • FileParameter

        public FileParameter()
      • FileParameter

        public FileParameter​(String name,
                             String description,
                             String defaultMimeType,
                             ArrayList<String> supportedMimeTypes,
                             boolean netcdf)
        Parameters:
        name - name
        description - description
        defaultMimeType - default mime type
        supportedMimeTypes - supported mime types
        netcdf - is netcdf file
    • Method Detail

      • getDefaultMimeType

        public String getDefaultMimeType()
      • setDefaultMimeType

        public void setDefaultMimeType​(String defaultMimeType)
      • setSupportedMimeTypes

        public void setSupportedMimeTypes​(ArrayList<String> supportedMimeTypes)
      • isNetcdf

        public boolean isNetcdf()
      • setNetcdf

        public void setNetcdf​(boolean netcdf)