public Object getAttributeValue (String attributeName) throws InvalidParameterException
This method returns the value of the specified attribute. Note: the attribute must not be a reference. Use the getReferences
method to retrieve references.
attributeName | the name of the attribute of the business object or notification the value of which is returned |
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.
InvalidParameterException | if the specified attribute name does not exist in the business object or notification |