toValue method
Implementation
String toValue() {
switch (this) {
case EbuTtDDestinationStyleControl.exclude:
return 'EXCLUDE';
case EbuTtDDestinationStyleControl.include:
return 'INCLUDE';
}
}
String toValue() {
switch (this) {
case EbuTtDDestinationStyleControl.exclude:
return 'EXCLUDE';
case EbuTtDDestinationStyleControl.include:
return 'INCLUDE';
}
}