Package org.sensorhub.api.database
Class DatabaseConfig
java.lang.Object
org.sensorhub.api.module.ModuleConfigBase
org.sensorhub.api.module.ModuleConfig
org.sensorhub.api.database.DatabaseConfig
- All Implemented Interfaces:
Cloneable
Base config class for all database modules
-
Field Summary
FieldsFields inherited from class org.sensorhub.api.module.ModuleConfig
autoStart, description, id
Fields inherited from class org.sensorhub.api.module.ModuleConfigBase
moduleClass, name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sensorhub.api.module.ModuleConfig
clone
-
Field Details
-
databaseNum
@DisplayInfo(label="Database Number", desc="Numerical identifier of the database. Each database that should be exposed via the federated database API must have a unique number on the sensor hub. If visibility through the federated database is not desired, it can be omitted.") public Integer databaseNum
-
-
Constructor Details
-
DatabaseConfig
public DatabaseConfig()
-