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