Uses of Class
org.lsst.ccs.localdb.statusdb.model.DataDesc

Packages that use DataDesc
org.lsst.ccs.localdb.statusdb.model   
org.lsst.ccs.localdb.statusdb.server   
 

Uses of DataDesc in org.lsst.ccs.localdb.statusdb.model
 

Methods in org.lsst.ccs.localdb.statusdb.model that return DataDesc
 DataDesc RawData.getDescr()
           
 DataDesc DataMetaData.getRawDescr()
           
 DataDesc StatDesc.getRawDescr()
           
 

Methods in org.lsst.ccs.localdb.statusdb.model with parameters of type DataDesc
 void RawData.setDescr(DataDesc descr)
           
 void DataMetaData.setRawDescr(DataDesc rawDescr)
           
 void StatDesc.setRawDescr(DataDesc rawDescr)
           
 

Uses of DataDesc in org.lsst.ccs.localdb.statusdb.server
 

Fields in org.lsst.ccs.localdb.statusdb.server declared as DataDesc
protected  DataDesc DataChannel.desc
           
 

Methods in org.lsst.ccs.localdb.statusdb.server that return DataDesc
 DataDesc DataChannel.getDataDescription()
           
 

Constructors in org.lsst.ccs.localdb.statusdb.server with parameters of type DataDesc
DataChannel(DataDesc desc)
           
 



Copyright © 2013 LSST. All Rights Reserved.