36 "name":
"measurements",
37 "desc":
"Empathic Building measurements data provider; parent provider for APIs related to measurements",
38 "type":
"EmpathicBuildingMeasurementsDataProvider",
40 "supports_children":
True,
41 "children_can_support_apis":
True,
46 AbstractDataProvider::DataProviderSummaryInfoKeys
51 "create": Class::forName(
"EmpathicBuildingDataProvider::EmpathicBuildingMeasurementsCreateDataProvider"),
const ConstructorOptions
Constructor options.
Definition: EmpathicBuildingDataProvider.qc.dox.h:49
The parent class for Empathic Building measurement APIs.
Definition: EmpathicBuildingMeasurementsDataProvider.qc.dox.h:28
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or NOTHING if the given child is unknown.
constructor(*hash< auto > options)
Creates the object from constructor options.
RestClient::RestClient rest
REST client connection.
Definition: EmpathicBuildingMeasurementsDataProvider.qc.dox.h:32
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
const ProviderInfo
Provider info.
Definition: EmpathicBuildingMeasurementsDataProvider.qc.dox.h:35
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
string getName()
Returns the data provider name.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
*string getDesc()
Returns the data provider description.
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
const ProviderSummaryInfo
Provider summary info.
Definition: EmpathicBuildingMeasurementsDataProvider.qc.dox.h:45
Qore EmpathicBuildingDataProvider module definition.
Definition: EmpathicBuildingDataProvider.qc.dox.h:26