|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
---|---|
com.hack23.cia.model.external.worldbank.countries.impl |
Uses of Region in com.hack23.cia.model.external.worldbank.countries.impl |
---|
Fields in com.hack23.cia.model.external.worldbank.countries.impl declared as Region | |
---|---|
protected Region |
CountryElement.region
|
Fields in com.hack23.cia.model.external.worldbank.countries.impl with type parameters of type Region | |
---|---|
static javax.persistence.metamodel.SingularAttribute<Region,Integer> |
Region_.hashCode
|
static javax.persistence.metamodel.SingularAttribute<Region,String> |
Region_.id
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,Region> |
CountryElement_.region
|
static javax.persistence.metamodel.SingularAttribute<Region,RegionCategory> |
Region_.value
|
Methods in com.hack23.cia.model.external.worldbank.countries.impl that return Region | |
---|---|
Region |
ObjectFactory.createRegion()
Create an instance of Region |
Region |
CountryElement.getRegion()
Gets the value of the region property. |
Region |
Region.withId(String value)
|
Region |
Region.withValue(RegionCategory value)
|
Methods in com.hack23.cia.model.external.worldbank.countries.impl with parameters of type Region | |
---|---|
void |
CountryElement.setRegion(Region value)
Sets the value of the region property. |
CountryElement |
CountryElement.withRegion(Region value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |