toValue method
Implementation
String toValue() {
switch (this) {
case Grouping.queue:
return 'QUEUE';
case Grouping.channel:
return 'CHANNEL';
}
}
String toValue() {
switch (this) {
case Grouping.queue:
return 'QUEUE';
case Grouping.channel:
return 'CHANNEL';
}
}