public interface Annotation extends Element
The following features are supported:
KdmPackage.getAnnotation()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Returns the value of the 'Text' attribute.
|
void |
setText(java.lang.String value)
Sets the value of the '
Text' attribute. |
getAnnotation, getAttributejava.lang.String getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
setText(String),
KdmPackage.getAnnotation_Text()