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