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