|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IndicatorElement in com.hack23.cia.model.external.worldbank.indicators.impl |
---|
Fields in com.hack23.cia.model.external.worldbank.indicators.impl with type parameters of type IndicatorElement | |
---|---|
static javax.persistence.metamodel.SingularAttribute<IndicatorElement,Integer> |
IndicatorElement_.hashCode
|
static javax.persistence.metamodel.SingularAttribute<IndicatorElement,Long> |
IndicatorElement_.hjid
|
static javax.persistence.metamodel.SingularAttribute<IndicatorElement,String> |
IndicatorElement_.id
|
static javax.persistence.metamodel.ListAttribute<IndicatorsElement,IndicatorElement> |
IndicatorsElement_.indicator
|
protected List<IndicatorElement> |
IndicatorsElement.indicator
|
static javax.persistence.metamodel.SingularAttribute<IndicatorElement,String> |
IndicatorElement_.name
|
static javax.persistence.metamodel.SingularAttribute<IndicatorElement,Source> |
IndicatorElement_.source
|
static javax.persistence.metamodel.SingularAttribute<IndicatorElement,String> |
IndicatorElement_.sourceNote
|
static javax.persistence.metamodel.SingularAttribute<IndicatorElement,String> |
IndicatorElement_.sourceOrganization
|
static javax.persistence.metamodel.SingularAttribute<IndicatorElement,Topics> |
IndicatorElement_.topics
|
Methods in com.hack23.cia.model.external.worldbank.indicators.impl that return IndicatorElement | |
---|---|
IndicatorElement |
ObjectFactory.createIndicatorElement()
Create an instance of IndicatorElement |
IndicatorElement |
IndicatorElement.withId(String value)
|
IndicatorElement |
IndicatorElement.withName(String value)
|
IndicatorElement |
IndicatorElement.withSource(Source value)
|
IndicatorElement |
IndicatorElement.withSourceNote(String value)
|
IndicatorElement |
IndicatorElement.withSourceOrganization(String value)
|
IndicatorElement |
IndicatorElement.withTopics(Topics value)
|
Methods in com.hack23.cia.model.external.worldbank.indicators.impl that return types with arguments of type IndicatorElement | |
---|---|
JAXBElement<IndicatorElement> |
ObjectFactory.createIndicator(IndicatorElement value)
Create an instance of JAXBElement < IndicatorElement > } |
List<IndicatorElement> |
IndicatorsElement.getIndicator()
Gets the value of the indicator property. |
Methods in com.hack23.cia.model.external.worldbank.indicators.impl with parameters of type IndicatorElement | |
---|---|
JAXBElement<IndicatorElement> |
ObjectFactory.createIndicator(IndicatorElement value)
Create an instance of JAXBElement < IndicatorElement > } |
IndicatorsElement |
IndicatorsElement.withIndicator(IndicatorElement... values)
|
Method parameters in com.hack23.cia.model.external.worldbank.indicators.impl with type arguments of type IndicatorElement | |
---|---|
void |
IndicatorsElement.setIndicator(List<IndicatorElement> indicator)
|
IndicatorsElement |
IndicatorsElement.withIndicator(Collection<IndicatorElement> values)
|
IndicatorsElement |
IndicatorsElement.withIndicator(List<IndicatorElement> indicator)
|
Uses of IndicatorElement in com.hack23.cia.service.component.agent.impl.worldbank |
---|
Methods in com.hack23.cia.service.component.agent.impl.worldbank with parameters of type IndicatorElement | |
---|---|
void |
WorldbankImportServiceImpl.updateIndicatorElement(IndicatorElement object)
|
void |
WorldbankImportService.updateIndicatorElement(IndicatorElement object)
Update indicator element. |
Uses of IndicatorElement in com.hack23.cia.service.external.worldbank.api |
---|
Methods in com.hack23.cia.service.external.worldbank.api that return types with arguments of type IndicatorElement | |
---|---|
List<IndicatorElement> |
WorldBankApi.getIndicators()
Gets the indicators. |
Uses of IndicatorElement in com.hack23.cia.service.external.worldbank.impl |
---|
Methods in com.hack23.cia.service.external.worldbank.impl that return types with arguments of type IndicatorElement | |
---|---|
List<IndicatorElement> |
WorldbankApiImpl.getIndicators()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |