toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case M2tsAribCaptionsPidControl.auto:
      return 'AUTO';
    case M2tsAribCaptionsPidControl.useConfigured:
      return 'USE_CONFIGURED';
  }
}