toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case InputLossActionForMsSmoothOut.emitOutput:
      return 'EMIT_OUTPUT';
    case InputLossActionForMsSmoothOut.pauseOutput:
      return 'PAUSE_OUTPUT';
  }
}