Uses of Class
com.hack23.cia.model.internal.application.data.impl.CountryMetaDataType

Packages that use CountryMetaDataType
com.hack23.cia.model.internal.application.data.impl   
 

Uses of CountryMetaDataType in com.hack23.cia.model.internal.application.data.impl
 

Fields in com.hack23.cia.model.internal.application.data.impl declared as CountryMetaDataType
protected  CountryMetaDataType AggregatedCountryData.type
           
 

Fields in com.hack23.cia.model.internal.application.data.impl with type parameters of type CountryMetaDataType
static javax.persistence.metamodel.SingularAttribute<AggregatedCountryData,CountryMetaDataType> AggregatedCountryData_.type
           
 

Methods in com.hack23.cia.model.internal.application.data.impl that return CountryMetaDataType
static CountryMetaDataType CountryMetaDataType.fromValue(String v)
           
 CountryMetaDataType AggregatedCountryData.getType()
          Gets the value of the type property.
static CountryMetaDataType CountryMetaDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CountryMetaDataType[] CountryMetaDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hack23.cia.model.internal.application.data.impl with parameters of type CountryMetaDataType
 void AggregatedCountryData.setType(CountryMetaDataType value)
          Sets the value of the type property.
 AggregatedCountryData AggregatedCountryData.withType(CountryMetaDataType value)
           
 



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