org.lsst.ccs.localdb.statusdb.server
Class TrendingData.AxisValue
java.lang.Object
org.lsst.ccs.localdb.statusdb.server.TrendingData.AxisValue
- Enclosing class:
- TrendingData
public static class TrendingData.AxisValue
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()
getLoweredge
public long getLoweredge()
getName
public String getName()
getUpperedge
public long getUpperedge()
getValue
public long getValue()
Copyright © 2013 LSST. All Rights Reserved.