Package | Description |
---|---|
com.hack23.cia.model.external.worldbank.countries.impl |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<CountryElement,Adminregion> |
CountryElement_.adminregion |
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.capitalCity |
static javax.persistence.metamodel.ListAttribute<CountriesElement,CountryElement> |
CountriesElement_.country |
protected List<CountryElement> |
CountriesElement.country |
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.countryName |
static javax.persistence.metamodel.SingularAttribute<CountryElement,Long> |
CountryElement_.hjid |
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.id |
static javax.persistence.metamodel.SingularAttribute<CountryElement,IncomeLevel> |
CountryElement_.incomeLevel |
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.iso2Code |
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.latitude |
static javax.persistence.metamodel.SingularAttribute<CountryElement,LendingType> |
CountryElement_.lendingType |
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.longitude |
static javax.persistence.metamodel.SingularAttribute<CountryElement,Region> |
CountryElement_.region |
Modifier and Type | Method and Description |
---|---|
CountryElement |
ObjectFactory.createCountryElement()
Create an instance of
CountryElement |
CountryElement |
CountryElement.withAdminregion(Adminregion value) |
CountryElement |
CountryElement.withCapitalCity(String value) |
CountryElement |
CountryElement.withCountryName(String value) |
CountryElement |
CountryElement.withId(String value) |
CountryElement |
CountryElement.withIncomeLevel(IncomeLevel value) |
CountryElement |
CountryElement.withIso2Code(String value) |
CountryElement |
CountryElement.withLatitude(String value) |
CountryElement |
CountryElement.withLendingType(LendingType value) |
CountryElement |
CountryElement.withLongitude(String value) |
CountryElement |
CountryElement.withRegion(Region value) |
Modifier and Type | Method and Description |
---|---|
List<CountryElement> |
CountriesElement.getCountry()
Gets the value of the country property.
|
Modifier and Type | Method and Description |
---|---|
CountriesElement |
CountriesElement.withCountry(CountryElement... values) |
Modifier and Type | Method and Description |
---|---|
void |
CountriesElement.setCountry(List<CountryElement> country) |
CountriesElement |
CountriesElement.withCountry(Collection<CountryElement> values) |
CountriesElement |
CountriesElement.withCountry(List<CountryElement> country) |
Copyright © 2010–2017 www.hack23.com. All rights reserved.