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 java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrendingData.AxisValue
public TrendingData.AxisValue(java.lang.String name,
long value)
TrendingData.AxisValue
public TrendingData.AxisValue(java.lang.String name,
long value,
long loweredge,
long upperedge)
TrendingData.AxisValue
public TrendingData.AxisValue()
getLoweredge
public long getLoweredge()
getName
public java.lang.String getName()
getUpperedge
public long getUpperedge()
getValue
public long getValue()
Copyright © 2012 LSST. All Rights Reserved.