*
* @param valueLocationObject where to show the textual display of the value
*/
public void setValueLocation(ValueLocationEnum valueLocationObject)
{
ValueLocationEnum old = this.valueLocationObject;
this.valueLocationObject = valueLocationObject;
getEventSupport().firePropertyChange(PROPERTY_VALUE_LOCATION, old, this.valueLocationObject);
}