|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public String getObjectAttributeValueString(Object object, String attribute_name, Locale locale, Properties properties) throws WTException
object
- attribute_name
- locale
- properties
-
WTException
public void setObjectAttributeValueString(Object object, String attribute_name, String value, Locale locale, Properties properties) throws WTException
object
- attribute_name
- value
- locale
- properties
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |