toValue method

String toValue()

Implementation

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