Interface SourceRef

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SourceRefImpl

public interface SourceRef
extends Element
A representation of the model object 'Ref'.

The following features are supported:

See Also:
SourcePackage.getSourceRef()
  • Method Summary

    Modifier and Type Method Description
    String getLanguage()
    Returns the value of the 'Language' attribute.
    org.eclipse.emf.common.util.EList<SourceRegion> getRegion()
    Returns the value of the 'Region' containment reference list.
    String getSnippet()
    Returns the value of the 'Snippet' attribute.
    void setLanguage​(String value)
    Sets the value of the 'Language' attribute.
    void setSnippet​(String value)
    Sets the value of the 'Snippet' attribute.

    Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element

    getAnnotation, getAttribute

    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