Package org.eclipse.xtext
Interface Annotation
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AnnotationImpl
public interface Annotation extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Annotation'.The following features are supported:
- Since:
- 2.11
- See Also:
XtextPackage.getAnnotation()- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the value of the 'Name' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),XtextPackage.getAnnotation_Name()- Model:
- Generated:
-
-