Uses of Class
com.hack23.cia.model.external.worldbank.countries.impl.IncomeLevel

Packages that use IncomeLevel
com.hack23.cia.model.external.worldbank.countries.impl   
 

Uses of IncomeLevel in com.hack23.cia.model.external.worldbank.countries.impl
 

Fields in com.hack23.cia.model.external.worldbank.countries.impl declared as IncomeLevel
protected  IncomeLevel CountryElement.incomeLevel
           
 

Fields in com.hack23.cia.model.external.worldbank.countries.impl with type parameters of type IncomeLevel
static javax.persistence.metamodel.SingularAttribute<IncomeLevel,Integer> IncomeLevel_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<IncomeLevel,String> IncomeLevel_.id
           
static javax.persistence.metamodel.SingularAttribute<CountryElement,IncomeLevel> CountryElement_.incomeLevel
           
static javax.persistence.metamodel.SingularAttribute<IncomeLevel,IncomeLevelCategory> IncomeLevel_.value
           
 

Methods in com.hack23.cia.model.external.worldbank.countries.impl that return IncomeLevel
 IncomeLevel ObjectFactory.createIncomeLevel()
          Create an instance of IncomeLevel
 IncomeLevel CountryElement.getIncomeLevel()
          Gets the value of the incomeLevel property.
 IncomeLevel IncomeLevel.withId(String value)
           
 IncomeLevel IncomeLevel.withValue(IncomeLevelCategory value)
           
 

Methods in com.hack23.cia.model.external.worldbank.countries.impl with parameters of type IncomeLevel
 void CountryElement.setIncomeLevel(IncomeLevel value)
          Sets the value of the incomeLevel property.
 CountryElement CountryElement.withIncomeLevel(IncomeLevel value)
           
 



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