Uses of Class
org.eclipse.ohf.stem.internal.data.ModelRecord.GeographicCountryModelRecord

Packages that use ModelRecord.GeographicCountryModelRecord
org.eclipse.ohf.stem.internal.data   
 

Uses of ModelRecord.GeographicCountryModelRecord in org.eclipse.ohf.stem.internal.data
 

Methods in org.eclipse.ohf.stem.internal.data that return types with arguments of type ModelRecord.GeographicCountryModelRecord
 java.util.List<ModelRecord.GeographicCountryModelRecord> ModelRecordFactory.createGeographicModelCountryRecords(java.util.List<ModelRecord.CountryModelRecord> countryModels, DataSetRecordHolder dataSetRecords)
           
 java.util.List<ModelRecord.GeographicCountryModelRecord> ModelRecordHolder.getGeographicCountryModelRecords()
           
 

Method parameters in org.eclipse.ohf.stem.internal.data with type arguments of type ModelRecord.GeographicCountryModelRecord
 void ModelRecordHolder.addGeographicCountryModelRecords(java.util.List<ModelRecord.GeographicCountryModelRecord> geographicCountryModelRecords)
           
 java.util.List<ModelRecord.FullCountryModelRecord> ModelRecordFactory.createFullModelCountryRecords(java.util.Date startDate, java.util.Date endDate, java.lang.String[] populationIds, java.util.List<ModelRecord.GeographicCountryModelRecord> countryGeographicModelRecords, DataSetRecordHolder dataSetRecords)