toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DvbSubtitlingType.hearingImpaired:
      return 'HEARING_IMPAIRED';
    case DvbSubtitlingType.standard:
      return 'STANDARD';
  }
}