toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DvbSubDestinationAlignment.centered:
      return 'CENTERED';
    case DvbSubDestinationAlignment.left:
      return 'LEFT';
    case DvbSubDestinationAlignment.smart:
      return 'SMART';
  }
}