Uses of Class
com.hack23.cia.model.external.worldbank.indicators.impl.Source

Packages that use Source
com.hack23.cia.model.external.worldbank.indicators.impl   
 

Uses of Source in com.hack23.cia.model.external.worldbank.indicators.impl
 

Fields in com.hack23.cia.model.external.worldbank.indicators.impl declared as Source
protected  Source IndicatorElement.source
           
 

Fields in com.hack23.cia.model.external.worldbank.indicators.impl with type parameters of type Source
static javax.persistence.metamodel.SingularAttribute<Source,Integer> Source_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<Source,String> Source_.id
           
static javax.persistence.metamodel.SingularAttribute<IndicatorElement,Source> IndicatorElement_.source
           
static javax.persistence.metamodel.SingularAttribute<Source,SourceName> Source_.value
           
 

Methods in com.hack23.cia.model.external.worldbank.indicators.impl that return Source
 Source ObjectFactory.createSource()
          Create an instance of Source
 Source IndicatorElement.getSource()
          Gets the value of the source property.
 Source Source.withId(String value)
           
 Source Source.withValue(SourceName value)
           
 

Methods in com.hack23.cia.model.external.worldbank.indicators.impl with parameters of type Source
 void IndicatorElement.setSource(Source value)
          Sets the value of the source property.
 IndicatorElement IndicatorElement.withSource(Source value)
           
 



Copyright © 2008-2011 www.hack23.com. All Rights Reserved.