Uses of Class
org.tango.server.attribute.AttributePropertiesImpl

Packages that use AttributePropertiesImpl
org.tango.server.attribute   
org.tango.server.device   
org.tango.server.idl   
 

Uses of AttributePropertiesImpl in org.tango.server.attribute
 

Methods in org.tango.server.attribute that return AttributePropertiesImpl
 AttributePropertiesImpl AttributeConfiguration.getAttributeProperties()
           
 AttributePropertiesImpl AttributeImpl.getProperties()
           
 

Methods in org.tango.server.attribute with parameters of type AttributePropertiesImpl
 void AttributeConfiguration.setAttributeProperties(AttributePropertiesImpl attributeProperties)
           
 void AttributeImpl.setProperties(AttributePropertiesImpl properties)
          Set the attribute properties.
 

Constructors in org.tango.server.attribute with parameters of type AttributePropertiesImpl
AttributePropertiesImpl(AttributePropertiesImpl props)
           
 

Uses of AttributePropertiesImpl in org.tango.server.device
 

Methods in org.tango.server.device that return AttributePropertiesImpl
 AttributePropertiesImpl DeviceManager.getAttributeProperties(java.lang.String attributeName)
          Get an attribute's properties
 

Methods in org.tango.server.device with parameters of type AttributePropertiesImpl
 void DeviceManager.setAttributeProperties(java.lang.String attributeName, AttributePropertiesImpl properties)
          Configure an attribute's properties
 

Uses of AttributePropertiesImpl in org.tango.server.idl
 

Methods in org.tango.server.idl that return AttributePropertiesImpl
static AttributePropertiesImpl TangoIDLAttributeUtil.toAttributeProperties(fr.esrf.Tango.AttributeConfig_2 config2)
           
static AttributePropertiesImpl TangoIDLAttributeUtil.toAttributeProperties(fr.esrf.Tango.AttributeConfig_3 config)
           
static AttributePropertiesImpl TangoIDLAttributeUtil.toAttributeProperties(fr.esrf.Tango.AttributeConfig config)
           
 



Copyright © 2012-2015. All Rights Reserved.