fr.esrf.tangoatk.core.attribute
Class NumberScalarHistory

java.lang.Object
  extended by fr.esrf.tangoatk.core.attribute.AAttributeHistory
      extended by fr.esrf.tangoatk.core.attribute.NumberScalarHistory
All Implemented Interfaces:
IAttributeScalarHistory, INumberScalarHistory

public class NumberScalarHistory
extends AAttributeHistory
implements INumberScalarHistory


Constructor Summary
NumberScalarHistory()
           
 
Method Summary
 double getValue()
           
protected  void setValue(double val)
           
 java.lang.String toString()
           
 
Methods inherited from class fr.esrf.tangoatk.core.attribute.AAttributeHistory
getState, getTimestamp, setState, setTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface fr.esrf.tangoatk.core.IAttributeScalarHistory
getState, getTimestamp
 

Constructor Detail

NumberScalarHistory

public NumberScalarHistory()
Method Detail

setValue

protected void setValue(double val)

getValue

public double getValue()
Specified by:
getValue in interface INumberScalarHistory

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object