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