fr.esrf.tangoatk.core.attribute
Class StringSpectrumHelper

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

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

See Also:
Serialized Form

Constructor Summary
StringSpectrumHelper(IAttribute attribute)
           
 
Method Summary
 IAttribute getAttribute()
           
 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

StringSpectrumHelper

public StringSpectrumHelper(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)

getVersion

public java.lang.String getVersion()