toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case StartReplicationTaskTypeValue.startReplication:
      return 'start-replication';
    case StartReplicationTaskTypeValue.resumeProcessing:
      return 'resume-processing';
    case StartReplicationTaskTypeValue.reloadTarget:
      return 'reload-target';
  }
}