}
public void setValue(String value, IDirectEditingContext context) {
// set the new name for the EClass
PictogramElement pe = context.getPictogramElement();
FlowElement flowElement = (FlowElement) getBusinessObjectForPictogramElement(pe);
flowElement.setName(value);
// Explicitly update the shape to display the new value in the diagram
// Note, that this might not be necessary in future versions of the GFW
// (currently in discussion)