fr.esrf.tangoatk.core.attribute
Class StringScalarHistory

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

public class StringScalarHistory
extends AAttributeHistory
implements IStringScalarHistory


Constructor Summary
StringScalarHistory()
           
 
Method Summary
 java.lang.String getValue()
           
protected  void setValue(java.lang.String 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

StringScalarHistory

public StringScalarHistory()
Method Detail

setValue

protected void setValue(java.lang.String val)

getValue

public java.lang.String getValue()
Specified by:
getValue in interface IStringScalarHistory

toString

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