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