toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ImportTaskFilterName.importTaskId:
      return 'IMPORT_TASK_ID';
    case ImportTaskFilterName.status:
      return 'STATUS';
    case ImportTaskFilterName.name:
      return 'NAME';
  }
}