public interface Annotation extends ModelElement
The following features are supported:
RhapsodyPackage.getAnnotation()
Modifier and Type | Method and Description |
---|---|
MDWEList |
getAnchoredByMe()
Returns the value of the 'Anchored By Me' reference list.
|
java.lang.String |
getBody()
Returns the value of the 'Body' attribute.
|
java.lang.String |
getSpecification()
Returns the value of the 'Specification' attribute.
|
void |
setBody(java.lang.String value)
Sets the value of the '
Body ' attribute. |
void |
setSpecification(java.lang.String value)
Sets the value of the '
Specification ' attribute. |
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
java.lang.String getBody()
""
.
setBody(String)
,
RhapsodyPackage.getAnnotation_Body()
void setBody(java.lang.String value)
Body
' attribute.
value
- the new value of the 'Body' attribute.getBody()
java.lang.String getSpecification()
""
.
setSpecification(String)
,
RhapsodyPackage.getAnnotation_Specification()
void setSpecification(java.lang.String value)
Specification
' attribute.
value
- the new value of the 'Specification' attribute.getSpecification()
MDWEList getAnchoredByMe()
ModelElement
.
RhapsodyPackage.getAnnotation_AnchoredByMe()