public interface Annotation extends SmmElement
SmmPackage.getAnnotation()| Modifier and Type | Method and Description |
|---|---|
SmmElement |
getOwner()
Returns the value of the 'Owner' container reference.
|
java.lang.String |
getText()
Returns the value of the 'Text' attribute.
|
void |
setOwner(SmmElement value)
Sets the value of the '
Owner' container reference. |
void |
setText(java.lang.String value)
Sets the value of the '
Text' attribute. |
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModeljava.lang.String getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
setText(String),
SmmPackage.getAnnotation_Text()void setText(java.lang.String value)
Text' attribute.
value - the new value of the 'Text' attribute.getText()SmmElement getOwner()
Annotation'.
If the meaning of the 'Owner' container reference isn't clear, there really should be more of a description here...
setOwner(SmmElement),
SmmPackage.getAnnotation_Owner(),
SmmElement.getAnnotation()void setOwner(SmmElement value)
Owner' container reference.
value - the new value of the 'Owner' container reference.getOwner()