toValue method
Implementation
String toValue() {
switch (this) {
case DvbSubDestinationTeletextGridControl.fixed:
return 'FIXED';
case DvbSubDestinationTeletextGridControl.scaled:
return 'SCALED';
}
}
String toValue() {
switch (this) {
case DvbSubDestinationTeletextGridControl.fixed:
return 'FIXED';
case DvbSubDestinationTeletextGridControl.scaled:
return 'SCALED';
}
}