Uses of Class
org.openforis.collect.web.controller.SurveyController.SurveyExportParameters.OutputFormat
-
Packages that use SurveyController.SurveyExportParameters.OutputFormat Package Description org.openforis.collect.web.controller -
-
Uses of SurveyController.SurveyExportParameters.OutputFormat in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller that return SurveyController.SurveyExportParameters.OutputFormat Modifier and Type Method Description SurveyController.SurveyExportParameters.OutputFormatSurveyController.SurveyExportParameters. getOutputFormat()static SurveyController.SurveyExportParameters.OutputFormatSurveyController.SurveyExportParameters.OutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SurveyController.SurveyExportParameters.OutputFormat[]SurveyController.SurveyExportParameters.OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.collect.web.controller with parameters of type SurveyController.SurveyExportParameters.OutputFormat Modifier and Type Method Description voidSurveyController.SurveyExportParameters. setOutputFormat(SurveyController.SurveyExportParameters.OutputFormat outputFormat)
-