wt.adapter.attribute
Interface AttributeDelegate

All Known Implementing Classes:
BasicAttributeDelegate, DoubleAttributeDelegate

public interface AttributeDelegate

Defines the interface for AttributeDelegate classes. Each attribute delegate provides the ability to read and write attributes of a certain data type (Strings, ints, floats, etc.). The AttributeHelper class uses attribute delegates to get and set properties on Windchill objects.

Supported API: false

Extendable: false


Method Summary
 String getObjectAttributeValueString(Object object, String attribute_name, Locale locale, Properties properties)
          

Supported API: false
 void setObjectAttributeValueString(Object object, String attribute_name, String value, Locale locale, Properties properties)
          

Supported API: false
 

Method Detail

getObjectAttributeValueString

public String getObjectAttributeValueString(Object object,
                                            String attribute_name,
                                            Locale locale,
                                            Properties properties)
                                     throws WTException


Supported API: false

Parameters:
object -
attribute_name -
locale -
properties -
Returns:
String
Throws:
WTException

setObjectAttributeValueString

public void setObjectAttributeValueString(Object object,
                                          String attribute_name,
                                          String value,
                                          Locale locale,
                                          Properties properties)
                                   throws WTException


Supported API: false

Parameters:
object -
attribute_name -
value -
locale -
properties -
Throws:
WTException