| Package | Description |
|---|---|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| Modifier and Type | Method and Description |
|---|---|
DataProviderInfo.Attribute[] |
DataProviderInfo.getAttributes()
Get all the attribute names defined for this data.
|
static DataProviderInfo.Attribute |
DataProviderInfo.Attribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProviderInfo.Attribute[] |
DataProviderInfo.Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataProviderInfo.addAttribute(DataProviderInfo.Attribute attribute,
String value) |
String |
DataProviderInfo.getAttributeValue(DataProviderInfo.Attribute attr)
Get access to the different attributes attached to this data description.
|
| Constructor and Description |
|---|
DataProviderInfo(String path,
DataProviderInfo.Type dataType,
String name,
Map<DataProviderInfo.Attribute,String> attributes) |
Copyright © 2019 LSST. All rights reserved.