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

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

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

Fields in com.hack23.cia.model.external.worldbank.countries.impl declared as LendingTypeCategory
protected  LendingTypeCategory LendingType.value
           
 

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

Methods in com.hack23.cia.model.external.worldbank.countries.impl that return LendingTypeCategory
static LendingTypeCategory LendingTypeCategory.fromValue(String v)
           
 LendingTypeCategory LendingType.getValue()
          Gets the value of the value property.
static LendingTypeCategory LendingTypeCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LendingTypeCategory[] LendingTypeCategory.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 LendingTypeCategory
 void LendingType.setValue(LendingTypeCategory value)
          Sets the value of the value property.
 LendingType LendingType.withValue(LendingTypeCategory value)
           
 



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