Uses of Class
com.hack23.cia.model.external.worldbank.data.impl.Country

Packages that use Country
com.hack23.cia.model.external.worldbank.data.impl   
 

Uses of Country in com.hack23.cia.model.external.worldbank.data.impl
 

Fields in com.hack23.cia.model.external.worldbank.data.impl declared as Country
protected  Country Data.country
           
 

Fields in com.hack23.cia.model.external.worldbank.data.impl with type parameters of type Country
static javax.persistence.metamodel.SingularAttribute<Data,Country> Data_.country
           
static javax.persistence.metamodel.SingularAttribute<Country,Integer> Country_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<Country,String> Country_.id
           
static javax.persistence.metamodel.SingularAttribute<Country,String> Country_.value
           
 

Methods in com.hack23.cia.model.external.worldbank.data.impl that return Country
 Country ObjectFactory.createCountry()
          Create an instance of Country
 Country Data.getCountry()
          Gets the value of the country property.
 Country Country.withId(String value)
           
 Country Country.withValue(String value)
           
 

Methods in com.hack23.cia.model.external.worldbank.data.impl with parameters of type Country
 void Data.setCountry(Country value)
          Sets the value of the country property.
 Data Data.withCountry(Country value)
           
 



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