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

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

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

Fields in com.hack23.cia.model.external.worldbank.countries.impl declared as RegionCategory
protected  RegionCategory Region.value
           
 

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

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



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