Interface AbstractMetamodelDeclaration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAlias()
      Returns the value of the 'Alias' attribute.
      org.eclipse.emf.ecore.EPackage getEPackage()
      Returns the value of the 'EPackage' reference.
      void setAlias​(java.lang.String value)
      Sets the value of the 'Alias' attribute.
      void setEPackage​(org.eclipse.emf.ecore.EPackage value)
      Sets the value of the 'EPackage' 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

      • setEPackage

        void setEPackage​(org.eclipse.emf.ecore.EPackage value)
        Sets the value of the 'EPackage' reference.
        Parameters:
        value - the new value of the 'EPackage' reference.
        See Also:
        getEPackage()
        Generated:
      • setAlias

        void setAlias​(java.lang.String value)
        Sets the value of the 'Alias' attribute.
        Parameters:
        value - the new value of the 'Alias' attribute.
        See Also:
        getAlias()
        Generated: