Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:getattributevalue [2023/04/04 06:15] – removed - external edit (Unknown date) 127.0.0.1pr_methods:getattributevalue [2023/05/08 06:56] (current) sean
Line 1: Line 1:
 +{{tag>Index Programmers_Reference Methods IEntity_Interface GetAttributeValue}}
 +====getAttributeValue (String)====
 +<code java>public Object getAttributeValue (String attributeName)
 +throws InvalidParameterException</code>
  
 +This method returns the value of the specified attribute. Note: the attribute must not be a reference. Use the ''[[pr_methods:getreferences|getReferences]]'' method to retrieve references.
 +===Parameters===
 +|''attributeName''|the name of the attribute of the business object or notification the value of which is returned|
 +
 +===Returns===
 +The value of the attribute as ''Object''. The type of the object corresponds to the type of the attribute. See the Appendix A that provides the mapping between attribute types and Java types.
 +
 +===Throws===
 +|''InvalidParameterException''| if the specified attribute name does not exist in the business object or notification|