toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DvbSubtitleBackgroundColor.none:
      return 'NONE';
    case DvbSubtitleBackgroundColor.black:
      return 'BLACK';
    case DvbSubtitleBackgroundColor.white:
      return 'WHITE';
  }
}