Package org.omg.smm
Interface Annotation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
AnnotationImpl
public interface Annotation extends SmmElement
A representation of the model object 'Annotation'.
The following features are supported:
- See Also:
SmmPackage.getAnnotation()
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getText
String getText()Returns the value of the 'Text' attribute.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String),SmmPackage.getAnnotation_Text()
-
setText
Sets the value of the 'Text' attribute.- Parameters:
value- the new value of the 'Text' attribute.- See Also:
getText()
-