Package | Description |
---|---|
com.hack23.cia.model.external.worldbank.countries.impl |
Modifier and Type | Field and Description |
---|---|
protected IncomeLevel |
CountryElement.incomeLevel |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<IncomeLevel,String> |
IncomeLevel_.id |
static javax.persistence.metamodel.SingularAttribute<CountryElement,IncomeLevel> |
CountryElement_.incomeLevel |
static javax.persistence.metamodel.SingularAttribute<IncomeLevel,IncomeLevelCategory> |
IncomeLevel_.value |
Modifier and Type | Method and Description |
---|---|
IncomeLevel |
ObjectFactory.createIncomeLevel()
Create an instance of
IncomeLevel |
IncomeLevel |
CountryElement.getIncomeLevel()
Gets the value of the incomeLevel property.
|
IncomeLevel |
IncomeLevel.withId(String value) |
IncomeLevel |
IncomeLevel.withValue(IncomeLevelCategory value) |
Modifier and Type | Method and Description |
---|---|
void |
CountryElement.setIncomeLevel(IncomeLevel value)
Sets the value of the incomeLevel property.
|
CountryElement |
CountryElement.withIncomeLevel(IncomeLevel value) |
Copyright © 2010–2017 www.hack23.com. All rights reserved.