|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopicElement | |
|---|---|
| com.hack23.cia.model.external.worldbank.topic.impl | |
| com.hack23.cia.service.external.worldbank.api | |
| com.hack23.cia.service.external.worldbank.impl | |
| Uses of TopicElement in com.hack23.cia.model.external.worldbank.topic.impl |
|---|
| Fields in com.hack23.cia.model.external.worldbank.topic.impl with type parameters of type TopicElement | |
|---|---|
static javax.persistence.metamodel.SingularAttribute<TopicElement,Integer> |
TopicElement_.hashCode
|
static javax.persistence.metamodel.SingularAttribute<TopicElement,Long> |
TopicElement_.hjid
|
static javax.persistence.metamodel.SingularAttribute<TopicElement,String> |
TopicElement_.id
|
static javax.persistence.metamodel.SingularAttribute<TopicElement,String> |
TopicElement_.sourceNote
|
static javax.persistence.metamodel.ListAttribute<TopicsElement,TopicElement> |
TopicsElement_.topic
|
protected List<TopicElement> |
TopicsElement.topic
|
static javax.persistence.metamodel.SingularAttribute<TopicElement,String> |
TopicElement_.value
|
| Methods in com.hack23.cia.model.external.worldbank.topic.impl that return TopicElement | |
|---|---|
TopicElement |
ObjectFactory.createTopicElement()
Create an instance of TopicElement |
TopicElement |
TopicElement.withId(String value)
|
TopicElement |
TopicElement.withSourceNote(String value)
|
TopicElement |
TopicElement.withValue(String value)
|
| Methods in com.hack23.cia.model.external.worldbank.topic.impl that return types with arguments of type TopicElement | |
|---|---|
JAXBElement<TopicElement> |
ObjectFactory.createTopic(TopicElement value)
Create an instance of JAXBElement<TopicElement>} |
List<TopicElement> |
TopicsElement.getTopic()
Gets the value of the topic property. |
| Methods in com.hack23.cia.model.external.worldbank.topic.impl with parameters of type TopicElement | |
|---|---|
JAXBElement<TopicElement> |
ObjectFactory.createTopic(TopicElement value)
Create an instance of JAXBElement<TopicElement>} |
TopicsElement |
TopicsElement.withTopic(TopicElement... values)
|
| Method parameters in com.hack23.cia.model.external.worldbank.topic.impl with type arguments of type TopicElement | |
|---|---|
void |
TopicsElement.setTopic(List<TopicElement> topic)
|
TopicsElement |
TopicsElement.withTopic(Collection<TopicElement> values)
|
TopicsElement |
TopicsElement.withTopic(List<TopicElement> topic)
|
| Uses of TopicElement in com.hack23.cia.service.external.worldbank.api |
|---|
| Methods in com.hack23.cia.service.external.worldbank.api that return types with arguments of type TopicElement | |
|---|---|
List<TopicElement> |
WorldBankApi.getTopics()
Gets the topics. |
| Uses of TopicElement in com.hack23.cia.service.external.worldbank.impl |
|---|
| Methods in com.hack23.cia.service.external.worldbank.impl that return types with arguments of type TopicElement | |
|---|---|
List<TopicElement> |
WorldbankApiImpl.getTopics()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||