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

Packages that use SensorConfigurationEntry
de.unikassel.android.sdcframework.data Does contain the classes and interfaces covering the data sample part as well as the service configuration data classes. 
 

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

Fields in de.unikassel.android.sdcframework.data with type parameters of type SensorConfigurationEntry
private  List<SensorConfigurationEntry> SDCConfiguration.sensorConfigurations
          The list of available sensors in the SDC service
 

Methods in de.unikassel.android.sdcframework.data that return types with arguments of type SensorConfigurationEntry
 List<SensorConfigurationEntry> SDCConfiguration.getListSensorConfigurations()
          Getter for the sensorConfigurations
 

Method parameters in de.unikassel.android.sdcframework.data with type arguments of type SensorConfigurationEntry
 void SDCConfiguration.setListSensorConfigurations(List<SensorConfigurationEntry> sensorConfigurations)
          Setter for the sensorConfigurations