fr.esrf.tangoatk.core.attribute
Class StringAttributeHelper

java.lang.Object
  extended by fr.esrf.tangoatk.core.attribute.StringAttributeHelper
All Implemented Interfaces:
java.io.Serializable

public class StringAttributeHelper
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
StringAttributeHelper(IAttribute attribute)
           
 
Method Summary
 IAttribute getAttribute()
           
protected  IAttributeScalarHistory[] getScalarAttHistory(fr.esrf.TangoApi.DeviceDataHistory[] attPollHist)
           
protected  StringScalarHistory[] getStringScalarAttHistory(fr.esrf.TangoApi.DeviceDataHistory[] attPollHist)
           
 java.lang.String getStringScalarSetPoint(fr.esrf.TangoApi.DeviceAttribute attribute)
           
 java.lang.String getVersion()
           
 void setAttribute(IAttribute attribute)
           
protected  void setProperty(java.lang.String name, java.lang.Number value)
           
protected  void setProperty(java.lang.String name, java.lang.Number value, boolean writable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringAttributeHelper

public StringAttributeHelper(IAttribute attribute)
Method Detail

setAttribute

public void setAttribute(IAttribute attribute)

getAttribute

public IAttribute getAttribute()

setProperty

protected void setProperty(java.lang.String name,
                           java.lang.Number value)

setProperty

protected void setProperty(java.lang.String name,
                           java.lang.Number value,
                           boolean writable)

getStringScalarAttHistory

protected StringScalarHistory[] getStringScalarAttHistory(fr.esrf.TangoApi.DeviceDataHistory[] attPollHist)

getScalarAttHistory

protected IAttributeScalarHistory[] getScalarAttHistory(fr.esrf.TangoApi.DeviceDataHistory[] attPollHist)

getStringScalarSetPoint

public java.lang.String getStringScalarSetPoint(fr.esrf.TangoApi.DeviceAttribute attribute)

getVersion

public java.lang.String getVersion()