getStrategyLabel static method

String getStrategyLabel(
  1. IDStrategy strategy
)

Get the strategy label for display

Implementation

static String getStrategyLabel(IDStrategy strategy) {
  return strategy.label;
}