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

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

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

Fields in com.hack23.cia.model.external.worldbank.countries.impl declared as LendingType
protected  LendingType CountryElement.lendingType
           
 

Fields in com.hack23.cia.model.external.worldbank.countries.impl with type parameters of type LendingType
static javax.persistence.metamodel.SingularAttribute<LendingType,Integer> LendingType_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<LendingType,String> LendingType_.id
           
static javax.persistence.metamodel.SingularAttribute<CountryElement,LendingType> CountryElement_.lendingType
           
static javax.persistence.metamodel.SingularAttribute<LendingType,LendingTypeCategory> LendingType_.value
           
 

Methods in com.hack23.cia.model.external.worldbank.countries.impl that return LendingType
 LendingType ObjectFactory.createLendingType()
          Create an instance of LendingType
 LendingType CountryElement.getLendingType()
          Gets the value of the lendingType property.
 LendingType LendingType.withId(String value)
           
 LendingType LendingType.withValue(LendingTypeCategory value)
           
 

Methods in com.hack23.cia.model.external.worldbank.countries.impl with parameters of type LendingType
 void CountryElement.setLendingType(LendingType value)
          Sets the value of the lendingType property.
 CountryElement CountryElement.withLendingType(LendingType value)
           
 



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