Uses of Class
org.openforis.collect.manager.dataexport.codelist.CodeListExportProcess.OutputFormat
-
Packages that use CodeListExportProcess.OutputFormat Package Description org.openforis.collect.manager.dataexport.codelist -
-
Uses of CodeListExportProcess.OutputFormat in org.openforis.collect.manager.dataexport.codelist
Methods in org.openforis.collect.manager.dataexport.codelist that return CodeListExportProcess.OutputFormat Modifier and Type Method Description static CodeListExportProcess.OutputFormatCodeListExportProcess.OutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CodeListExportProcess.OutputFormat[]CodeListExportProcess.OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.collect.manager.dataexport.codelist with parameters of type CodeListExportProcess.OutputFormat Modifier and Type Method Description voidCodeListExportProcess. export(OutputStream out, CollectSurvey survey, int codeListId, CodeListExportProcess.OutputFormat outputFormat)
-