de.cau.cs.kieler.core.annotations
Interface ImportAnnotation

All Superinterfaces:
Annotatable, Annotation, EObject, NamedObject, Notifier
All Known Implementing Classes:
ImportAnnotationImpl

public interface ImportAnnotation
extends Annotation

A representation of the model object 'Import Annotation'.

The following features are supported:

See Also:
AnnotationsPackage.getImportAnnotation()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 String getImportURI()
          Returns the value of the 'Import URI' attribute.
 void setImportURI(String value)
          Sets the value of the 'Import URI' attribute.
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.NamedObject
getName, setName
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.Annotatable
getAllAnnotations, getAnnotation, getAnnotations, removeAllAnnotations
 
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

getImportURI

String getImportURI()
Returns the value of the 'Import URI' attribute.

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

Returns:
the value of the 'Import URI' attribute.
See Also:
setImportURI(String), AnnotationsPackage.getImportAnnotation_ImportURI()
Generated:
This code was automatically generated.
Model element

setImportURI

void setImportURI(String value)
Sets the value of the 'Import URI' attribute.

Parameters:
value - the new value of the 'Import URI' attribute.
See Also:
getImportURI()
Generated:
This code was automatically generated.