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

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

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

Fields in com.hack23.cia.model.external.worldbank.countries.impl declared as IncomeLevelCategory
protected  IncomeLevelCategory IncomeLevel.value
           
 

Fields in com.hack23.cia.model.external.worldbank.countries.impl with type parameters of type IncomeLevelCategory
static javax.persistence.metamodel.SingularAttribute<IncomeLevel,IncomeLevelCategory> IncomeLevel_.value
           
 

Methods in com.hack23.cia.model.external.worldbank.countries.impl that return IncomeLevelCategory
static IncomeLevelCategory IncomeLevelCategory.fromValue(String v)
           
 IncomeLevelCategory IncomeLevel.getValue()
          Gets the value of the value property.
static IncomeLevelCategory IncomeLevelCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IncomeLevelCategory[] IncomeLevelCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hack23.cia.model.external.worldbank.countries.impl with parameters of type IncomeLevelCategory
 void IncomeLevel.setValue(IncomeLevelCategory value)
          Sets the value of the value property.
 IncomeLevel IncomeLevel.withValue(IncomeLevelCategory value)
           
 



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