/**
  * @return
  * @throws org.eclipse.core.runtime.InvalidRegistryObjectException
  */
 public Object getParent() throws InvalidRegistryObjectException {
   if (delegateElement == null) return null;
   return delegateElement.getParent();
 }