getStrategyLabel static method
Get the strategy label for display
Implementation
static String getStrategyLabel(IDStrategy strategy) {
return strategy.label;
}
Get the strategy label for display
static String getStrategyLabel(IDStrategy strategy) {
return strategy.label;
}