Interface DbViewElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EObject getMdObject()
      Returns the value of the 'Md Object' reference.
      String getPresentation​(String languageCode)
      void setMdObject​(org.eclipse.emf.ecore.EObject value)
      Sets the value of the 'Md Object' reference.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setMdObject

        void setMdObject​(org.eclipse.emf.ecore.EObject value)
        Sets the value of the 'Md Object' reference.
        Parameters:
        value - the new value of the 'Md Object' reference.
        See Also:
        getMdObject()
      • getPresentation

        String getPresentation​(String languageCode)