toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case JobReportFormat.reportCsv_20180820:
      return 'Report_CSV_20180820';
  }
}