public interface Annotation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
AnnotatedObject |
getObject()
Returns the value of the 'Object' container reference.
|
java.lang.String |
getPhrase()
Returns the value of the 'Phrase' attribute
|
void |
setObject(AnnotatedObject value)
Sets the value of the '
Object ' container reference |
void |
setPhrase(java.lang.String value)
Sets the value of the '
Phrase ' attribute |
AnnotatedObject getObject()
Annotations
'.
If the meaning of the 'Object' container reference isn't clear, there really should be more of a description here...
setObject(AnnotatedObject)
,
AnnotationModelPackage.getAnnotation_Object()
,
AnnotatedObject.getAnnotations()
void setObject(AnnotatedObject value)
Object
' container reference.
value
- the new value of the 'Object' container reference.getObject()
java.lang.String getPhrase()
If the meaning of the 'Phrase' attribute isn't clear, there really should be more of a description here...
setPhrase(String)
,
AnnotationModelPackage.getAnnotation_Phrase()
void setPhrase(java.lang.String value)
Phrase
' attribute.
value
- the new value of the 'Phrase' attribute.getPhrase()