/** * * * * $Id$ */ package org.eclipse.emf.ecore.xcore; /** * * A representation of the model object 'XAnnotation Directive'. * * *

* The following features are supported: *

*

* * @see org.eclipse.emf.ecore.xcore.XcorePackage#getXAnnotationDirective() * @model * @generated */ public interface XAnnotationDirective extends XNamedElement { /** * Returns the value of the 'Source URI' attribute. * *

* If the meaning of the 'Source URI' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Source URI' attribute. * @see #setSourceURI(String) * @see org.eclipse.emf.ecore.xcore.XcorePackage#getXAnnotationDirective_SourceURI() * @model * @generated */ String getSourceURI(); /** * Sets the value of the '{@link org.eclipse.emf.ecore.xcore.XAnnotationDirective#getSourceURI Source URI}' attribute. * * * @param value the new value of the 'Source URI' attribute. * @see #getSourceURI() * @generated */ void setSourceURI(String value); } // XAnnotationDirective