Uses of Class
com.farao_community.farao.gridcapa_core_valid.app.services.results_export.ResultFileExporter.ResultType
-
Packages that use ResultFileExporter.ResultType Package Description com.farao_community.farao.gridcapa_core_valid.app.services com.farao_community.farao.gridcapa_core_valid.app.services.results_export -
-
Uses of ResultFileExporter.ResultType in com.farao_community.farao.gridcapa_core_valid.app.services
Methods in com.farao_community.farao.gridcapa_core_valid.app.services that return types with arguments of type ResultFileExporter.ResultType Modifier and Type Method Description Map<ResultFileExporter.ResultType,String>FileExporter. exportStudyPointResult(List<StudyPointResult> studyPointResults, CoreValidRequest coreValidRequest) -
Uses of ResultFileExporter.ResultType in com.farao_community.farao.gridcapa_core_valid.app.services.results_export
Methods in com.farao_community.farao.gridcapa_core_valid.app.services.results_export that return ResultFileExporter.ResultType Modifier and Type Method Description static ResultFileExporter.ResultTypeResultFileExporter.ResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultFileExporter.ResultType[]ResultFileExporter.ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-