fr.esrf.tangoatk.core.attribute
Class BooleanSpectrumHelper

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

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

See Also:
Serialized Form

Constructor Summary
BooleanSpectrumHelper(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

BooleanSpectrumHelper

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