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