Interface WorldBankIndicatorApi
public interface WorldBankIndicatorApi
The Interface WorldBankIndicatorApi.
-
Method Summary
Modifier and TypeMethodDescriptionList<com.hack23.cia.model.external.worldbank.indicators.impl.IndicatorElement>Gets the indicators.Gets the indicators with swedish data.
-
Method Details
-
getIndicators
List<com.hack23.cia.model.external.worldbank.indicators.impl.IndicatorElement> getIndicators() throws DataFailureExceptionGets the indicators.- Returns:
- the indicators
- Throws:
DataFailureException- the data failure exception
-
getIndicatorsWithSwedishData
Gets the indicators with swedish data.- Returns:
- the indicators with swedish data
- Throws:
IOException- Signals that an I/O exception has occurred.DataFailureException
-