Sets the value of a double attribute to a specified value, given the attribute's name or its position in the business object's attribute list.
Syntax
public void setdoubleValue(String attrName, double newVal); public void setdoubleValue(int position, double newVal);
Parameters
Return values
None.
Exceptions
Notes
If the connector-specific property MaxDoublePrecision has been set, the setdoubleValue() method uses this rather than the default locale precision to specify the precision of the input value.
See also
getDefaultdouble(),, getdoubleValue(),, setbooleanValue(),, setBusObjValue(),, setfloatValue(),, setintValue(),, setLongTextValue(),, setStringValue()