toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ReportFormat.reportCsv_20191124:
      return 'REPORT_CSV_20191124';
  }
}