toValue method
Implementation
String toValue() {
switch (this) {
case RoutingPolicy.multivalue:
return 'MULTIVALUE';
case RoutingPolicy.weighted:
return 'WEIGHTED';
}
}
String toValue() {
switch (this) {
case RoutingPolicy.multivalue:
return 'MULTIVALUE';
case RoutingPolicy.weighted:
return 'WEIGHTED';
}
}