public interface DataProviderInfo extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataProviderInfo.Attribute |
| Modifier and Type | Method and Description |
|---|---|
DataProviderInfo.Attribute[] |
getAttributes()
Get all the attribute names defined for this data.
|
String |
getAttributeValue(DataProviderInfo.Attribute attr)
Get access to the different attributes attached to this data description.
|
String |
getKey()
The key of a DataProvider is used to store the data in the trending database.
|
String |
getPath()
The path of a DataProvider is its location within an Agent.
|
String getPath()
String getKey()
String getAttributeValue(DataProviderInfo.Attribute attr)
attr - the attrDataProviderInfo.Attribute[] getAttributes()
Copyright © 2018 LSST. All rights reserved.