TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi
Class AttributeInfoEx

java.lang.Object
  extended by fr.esrf.TangoApi.AttributeInfo
      extended by fr.esrf.TangoApi.AttributeInfoEx
All Implemented Interfaces:
ApiDefs, java.io.Serializable

public class AttributeInfoEx
extends AttributeInfo
implements ApiDefs, java.io.Serializable

Class Description: This class is an extention of AttributeInfo class.


Usage example:

Version:
$Revision: 1.7 $
Author:
verdier
See Also:
Serialized Form

Field Summary
 AttributeAlarmInfo alarms
           
 AttributeEventInfo events
           
 java.lang.String[] extensions
           
 java.lang.String[] sys_extensions
           
 
Fields inherited from class fr.esrf.TangoApi.AttributeInfo
data_format, data_type, description, display_unit, format, label, level, max_alarm, max_dim_x, max_dim_y, max_value, min_alarm, min_value, name, standard_unit, unit, writable, writable_attr_name
 
Fields inherited from interface fr.esrf.TangoApi.ApiDefs
ALL_ASYNCH, ATT_R, ATT_W, CALLBACK, CMD, D_TCP, D_UDP, FROM_ATTR, FROM_CMD, FROM_DBASE, FROM_IOR, LOGGING_DEBUG, LOGGING_ERROR, LOGGING_FATAL, LOGGING_INFO, LOGGING_OFF, LOGGING_WARN, MISC, NO_TIMEOUT, POLLING, protocol_name, PULL_CALLBACK, PUSH_CALLBACK, TACO, TANGO
 
Constructor Summary
AttributeInfoEx(AttributeConfig_2 ac)
           
AttributeInfoEx(AttributeConfig_3 ac)
           
AttributeInfoEx(AttributeConfig ac)
           
 
Method Summary
 AttributeConfig_3 get_attribute_config_obj_3()
           
 
Methods inherited from class fr.esrf.TangoApi.AttributeInfo
get_attribute_config_2_obj, get_attribute_config_obj, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

alarms

public AttributeAlarmInfo alarms

events

public AttributeEventInfo events

extensions

public java.lang.String[] extensions

sys_extensions

public java.lang.String[] sys_extensions
Constructor Detail

AttributeInfoEx

public AttributeInfoEx(AttributeConfig_3 ac)

AttributeInfoEx

public AttributeInfoEx(AttributeConfig_2 ac)

AttributeInfoEx

public AttributeInfoEx(AttributeConfig ac)
Method Detail

get_attribute_config_obj_3

public AttributeConfig_3 get_attribute_config_obj_3()

TANGO Java API
( TangORB-7.3.3.jar)