Get field value parameters. Some field values can have parameters. This
method separates the value from the parameters and optionally populates a
map with the parameters. For example:
<PRE>
FieldName : Value ; param1=val1 ; param2=val2
</PRE>
@param value
The Field value, possibly with parameters.
@param parameters
A map to populate with the parameters, or null
@return The value.
Get field value parameters. Some field values can have parameters. This method separates the value from the parameters and optionally populates a map with the parameters. For example:
<PRE>
FieldName : Value ; param1=val1 ; param2=val2
</PRE>
@param value The Field value, possibly with parameters. @param parameters A map to populate with the parameters, or null @return The value.