Enum SourceName

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<SourceName>

    public enum SourceName
    extends java.lang.Enum<SourceName>
    The Enum SourceName.
    • Enum Constant Detail

      • DOING_BUSINESS

        public static final SourceName DOING_BUSINESS
        The doing business.
      • WORLD_DEVELOPMENT_INDICATORS

        public static final SourceName WORLD_DEVELOPMENT_INDICATORS
        The world development indicators.
      • GLOBAL_DEVELOPMENT_FINANCE

        public static final SourceName GLOBAL_DEVELOPMENT_FINANCE
        The global development finance.
      • ENTERPRISE_SURVEYS

        public static final SourceName ENTERPRISE_SURVEYS
        The enterprise surveys.
      • GLOBAL_ECONOMIC_MONITOR

        public static final SourceName GLOBAL_ECONOMIC_MONITOR
        The global economic monitor.
      • GLOBAL_ECONOMIC_MONITOR_GEM_COMMODITIES

        public static final SourceName GLOBAL_ECONOMIC_MONITOR_GEM_COMMODITIES
        The global economic monitor gem commodities.
      • PUBLIC_SECTOR_DEBT

        public static final SourceName PUBLIC_SECTOR_DEBT
        The public sector debt.
      • WORLDWIDE_GOVERNANCE_INDICATORS

        public static final SourceName WORLDWIDE_GOVERNANCE_INDICATORS
        The worldwide governance indicators.
      • AFRICA_DEVELOPMENT_INDICATORS

        public static final SourceName AFRICA_DEVELOPMENT_INDICATORS
        The africa development indicators.
      • EDUCATION_STATISTICS

        public static final SourceName EDUCATION_STATISTICS
        The education statistics.
      • GENDER_STATISTICS

        public static final SourceName GENDER_STATISTICS
        The gender statistics.
      • HEALTH_NUTRITION_AND_POPULATION_STATISTICS

        public static final SourceName HEALTH_NUTRITION_AND_POPULATION_STATISTICS
        The health nutrition and population statistics.
      • INTERNATIONAL_DEVELOPMENT_ASSOCIATION_RESULTS_MEASUREMENT_SYSTEM

        public static final SourceName INTERNATIONAL_DEVELOPMENT_ASSOCIATION_RESULTS_MEASUREMENT_SYSTEM
        The international development association results measurement system.
      • MILLENNIUM_DEVELOPMENT_GOALS

        public static final SourceName MILLENNIUM_DEVELOPMENT_GOALS
        The millennium development goals.
      • QUARTERLY_EXTERNAL_DEBT_STATISTICS_QEDS_SPECIAL_DATA_DISSEMINATION_STANDARD_SDDS

        public static final SourceName QUARTERLY_EXTERNAL_DEBT_STATISTICS_QEDS_SPECIAL_DATA_DISSEMINATION_STANDARD_SDDS
        The quarterly external debt statistics qeds special data dissemination standard sdds.
      • QUARTERLY_EXTERNAL_DEBT_STATISTICS_QEDS_GENERAL_DATA_DISSEMINATION_SYSTEM_GDDS

        public static final SourceName QUARTERLY_EXTERNAL_DEBT_STATISTICS_QEDS_GENERAL_DATA_DISSEMINATION_SYSTEM_GDDS
        The quarterly external debt statistics qeds general data dissemination system gdds.
      • JOBS_FOR_KNOWLEDGE_PLATFORM

        public static final SourceName JOBS_FOR_KNOWLEDGE_PLATFORM
        The jobs for knowledge platform.
      • CORPORATE_SCORECARD

        public static final SourceName CORPORATE_SCORECARD
        The corporate scorecard.
      • GEP_ECONOMIC_PROSPECTS

        public static final SourceName GEP_ECONOMIC_PROSPECTS
        The gep economic prospects.
    • Method Detail

      • values

        public static SourceName[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SourceName c : SourceName.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SourceName valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • value

        public java.lang.String value()
        Value.
        Returns:
        the string
      • fromValue

        public static SourceName fromValue​(java.lang.String v)
        From value.
        Parameters:
        v - the v
        Returns:
        the source name