if (elem instanceof Type) {
Type t = (Type) elem;
image_id = UiPlugin.getImage(UiPlugin.IMAGE_TYPE);
if ((t.eContainer() != null)
&& (t.eContainer() instanceof NamedElement))
description = ((NamedElement) t.eContainer()).getName();
}
if (elem instanceof TypedElement) {
TypedElement typedElem = (TypedElement) elem;
image_id = UiPlugin.getImage(UiPlugin.IMAGE_TYPE);
if (typedElem.getType() != null) {