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

- Generated:
- This code was automatically generated.
- Model element
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
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.