getRotationStrategyName method
Gets the name of the current rotation strategy
Implementation
String getRotationStrategyName() {
return RotationStrategyFactory.getStrategyName(_strategyType);
}
Gets the name of the current rotation strategy
String getRotationStrategyName() {
return RotationStrategyFactory.getStrategyName(_strategyType);
}