com.hack23.cia.model.external.worldbank.indicators.impl
Enum SourceName

Package class diagram package SourceName
java.lang.Object
  extended by java.lang.Enum<SourceName>
      extended by com.hack23.cia.model.external.worldbank.indicators.impl.SourceName
All Implemented Interfaces:
Serializable, Comparable<SourceName>

public enum SourceName
extends Enum<SourceName>

Java class for SourceName.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="SourceName">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Doing Business"/>
     <enumeration value="World Development Indicators"/>
     <enumeration value="Global Development Finance"/>
     <enumeration value="Enterprise Surveys"/>
     <enumeration value="Global Economic Monitor"/>
     <enumeration value="Global Economic Monitor (GEM) Commodities"/>
     <enumeration value="Public Sector Debt"/>
     <enumeration value="Worldwide Governance Indicators"/>
     <enumeration value="Africa Development Indicators"/>
     <enumeration value="Education Statistics"/>
     <enumeration value="Gender Statistics"/>
     <enumeration value="Health Nutrition and Population Statistics"/>
     <enumeration value="International Development Association - Results Measurement System"/>
     <enumeration value="Millennium Development Goals"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
AFRICA_DEVELOPMENT_INDICATORS
           
DOING_BUSINESS
           
EDUCATION_STATISTICS
           
ENTERPRISE_SURVEYS
           
GENDER_STATISTICS
           
GLOBAL_DEVELOPMENT_FINANCE
           
GLOBAL_ECONOMIC_MONITOR
           
GLOBAL_ECONOMIC_MONITOR_GEM_COMMODITIES
           
HEALTH_NUTRITION_AND_POPULATION_STATISTICS
           
INTERNATIONAL_DEVELOPMENT_ASSOCIATION_RESULTS_MEASUREMENT_SYSTEM
           
MILLENNIUM_DEVELOPMENT_GOALS
           
PUBLIC_SECTOR_DEBT
           
WORLD_DEVELOPMENT_INDICATORS
           
WORLDWIDE_GOVERNANCE_INDICATORS
           
 
Method Summary
static SourceName fromValue(String v)
           
 String value()
           
static SourceName valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SourceName[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DOING_BUSINESS

public static final SourceName DOING_BUSINESS

WORLD_DEVELOPMENT_INDICATORS

public static final SourceName WORLD_DEVELOPMENT_INDICATORS

GLOBAL_DEVELOPMENT_FINANCE

public static final SourceName GLOBAL_DEVELOPMENT_FINANCE

ENTERPRISE_SURVEYS

public static final SourceName ENTERPRISE_SURVEYS

GLOBAL_ECONOMIC_MONITOR

public static final SourceName GLOBAL_ECONOMIC_MONITOR

GLOBAL_ECONOMIC_MONITOR_GEM_COMMODITIES

public static final SourceName GLOBAL_ECONOMIC_MONITOR_GEM_COMMODITIES

PUBLIC_SECTOR_DEBT

public static final SourceName PUBLIC_SECTOR_DEBT

WORLDWIDE_GOVERNANCE_INDICATORS

public static final SourceName WORLDWIDE_GOVERNANCE_INDICATORS

AFRICA_DEVELOPMENT_INDICATORS

public static final SourceName AFRICA_DEVELOPMENT_INDICATORS

EDUCATION_STATISTICS

public static final SourceName EDUCATION_STATISTICS

GENDER_STATISTICS

public static final SourceName GENDER_STATISTICS

HEALTH_NUTRITION_AND_POPULATION_STATISTICS

public static final SourceName HEALTH_NUTRITION_AND_POPULATION_STATISTICS

INTERNATIONAL_DEVELOPMENT_ASSOCIATION_RESULTS_MEASUREMENT_SYSTEM

public static final SourceName INTERNATIONAL_DEVELOPMENT_ASSOCIATION_RESULTS_MEASUREMENT_SYSTEM

MILLENNIUM_DEVELOPMENT_GOALS

public static final SourceName MILLENNIUM_DEVELOPMENT_GOALS
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(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static SourceName fromValue(String v)


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.