/**
  * @param name
  * @return
  * @throws org.eclipse.core.runtime.InvalidRegistryObjectException
  */
 public String getAttributeAsIs(String name) throws InvalidRegistryObjectException {
   if (delegateElement == null) return null;
   return delegateElement.getAttributeAsIs(name);
 }