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