protected ITranslation doGetDelegate() throws TranslationException {
   return MdfTranslationHelper.getInstance().doGetDelegate(helperAdapter);
 }
 protected String doDelete(ITranslationKind kind, Locale locale) throws TranslationException {
   return MdfTranslationHelper.getInstance().delete(helperAdapter, kind, locale);
 }
 public boolean isReadOnly() throws TranslationException {
   return MdfTranslationHelper.getInstance().isReadOnly(helperAdapter);
 }
 public boolean isProtected() throws TranslationException {
   return MdfTranslationHelper.getInstance().isProtected(helperAdapter);
 }
 protected String doSetText(ITranslationKind kind, Locale locale, String newText)
     throws TranslationException {
   return MdfTranslationHelper.getInstance().setText(helperAdapter, kind, locale, newText);
 }