toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ReportVersioning.createNewReport:
      return 'CREATE_NEW_REPORT';
    case ReportVersioning.overwriteReport:
      return 'OVERWRITE_REPORT';
  }
}