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

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

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

Fields in com.hack23.cia.model.external.worldbank.indicators.impl declared as SourceName
protected  SourceName Source.value
           
 

Fields in com.hack23.cia.model.external.worldbank.indicators.impl with type parameters of type SourceName
static javax.persistence.metamodel.SingularAttribute<Source,SourceName> Source_.value
           
 

Methods in com.hack23.cia.model.external.worldbank.indicators.impl that return SourceName
static SourceName SourceName.fromValue(String v)
           
 SourceName Source.getValue()
          Gets the value of the value property.
static SourceName SourceName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SourceName[] SourceName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hack23.cia.model.external.worldbank.indicators.impl with parameters of type SourceName
 void Source.setValue(SourceName value)
          Sets the value of the value property.
 Source Source.withValue(SourceName value)
           
 



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