getRotationStrategyDescription method
Gets the description of the current rotation strategy
Implementation
String getRotationStrategyDescription() {
return RotationStrategyFactory.getStrategyDescription(_strategyType);
}
Gets the description of the current rotation strategy
String getRotationStrategyDescription() {
return RotationStrategyFactory.getStrategyDescription(_strategyType);
}