Retrieves the value of a String attribute in a business object, given the attribute's name or its position in the business object's attribute list.
Syntax
public String getStringValue(String attrName); public String getStringValue(int position);
Parameters
Return values
The String value of the specified attribute.
Exceptions
See also
getAttrName(),, getbooleanValue(),, getBusObjValue(),, getDefaultString(),, getdoubleValue(),, getfloatValue(),, getintValue(),, getlongValue(),, getLongTextValue(),, setStringValue()