Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{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| Last modified: 2023/05/08 06:56 Log In