Uses of Class
de.unikassel.android.sdcframework.data.TimeProviderConfigurationEntries

Packages that use TimeProviderConfigurationEntries
de.unikassel.android.sdcframework.data Does contain the classes and interfaces covering the data sample part as well as the service configuration data classes. 
de.unikassel.android.sdcframework.preferences Provides the classes to manage preferences, service configurations values and defaults. 
de.unikassel.android.sdcframework.preferences.facade Provides the interfaces for the preference package. 
 

Uses of TimeProviderConfigurationEntries in de.unikassel.android.sdcframework.data
 

Fields in de.unikassel.android.sdcframework.data declared as TimeProviderConfigurationEntries
private  TimeProviderConfigurationEntries SDCConfiguration.timeProviderConfiguration
          The time provider entries
 

Methods in de.unikassel.android.sdcframework.data that return TimeProviderConfigurationEntries
 TimeProviderConfigurationEntries SDCConfiguration.getTimeProviderConfigEntries()
          Getter for the NTP time provider entries
 

Methods in de.unikassel.android.sdcframework.data with parameters of type TimeProviderConfigurationEntries
 void SDCConfiguration.setTimeProviderConfigEntries(TimeProviderConfigurationEntries timeProviders)
          Setter for the NTP time provider entries
 

Uses of TimeProviderConfigurationEntries in de.unikassel.android.sdcframework.preferences
 

Methods in de.unikassel.android.sdcframework.preferences with parameters of type TimeProviderConfigurationEntries
 void TimeProviderConfigurationImpl.update(TimeProviderConfigurationEntries config)
           
 

Uses of TimeProviderConfigurationEntries in de.unikassel.android.sdcframework.preferences.facade
 

Methods in de.unikassel.android.sdcframework.preferences.facade with parameters of type TimeProviderConfigurationEntries
 void TimeProviderConfiguration.update(TimeProviderConfigurationEntries config)
          Method to update the time provider configuration by configuration file entries.