org.lsst.ccs.localdb.statusdb.server
Class TrendingData.AxisValue

java.lang.Object
  extended by org.lsst.ccs.localdb.statusdb.server.TrendingData.AxisValue
Enclosing class:
TrendingData

public static class TrendingData.AxisValue
extends Object


Constructor Summary
TrendingData.AxisValue()
           
TrendingData.AxisValue(String name, long value)
           
TrendingData.AxisValue(String name, long value, long loweredge, long upperedge)
           
 
Method Summary
 long getLoweredge()
           
 String getName()
           
 long getUpperedge()
           
 long getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrendingData.AxisValue

public TrendingData.AxisValue(String name,
                              long value)

TrendingData.AxisValue

public TrendingData.AxisValue(String name,
                              long value,
                              long loweredge,
                              long upperedge)

TrendingData.AxisValue

public TrendingData.AxisValue()
Method Detail

getLoweredge

public long getLoweredge()

getName

public String getName()

getUpperedge

public long getUpperedge()

getValue

public long getValue()


Copyright © 2013 LSST. All Rights Reserved.