* @param selectionName The name of the selection
* @param selectionValue The selection value to add
*/
public void addSelectionValue(String selectionName, String selectionValue)
{
addSelectionValue(new DescriptionObjectImpl(selectionName, selectionValue));
}