Package | Description |
---|---|
com.hack23.cia.model.external.worldbank.countries.impl |
Modifier and Type | Field and Description |
---|---|
protected Region |
CountryElement.region |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
CountryElement.setRegion(Region value)
Sets the value of the region property.
|
CountryElement |
CountryElement.withRegion(Region value) |
Copyright © 2010–2017 www.hack23.com. All rights reserved.