Interface Annotation
-
- All Superinterfaces:
java.lang.Comparable<java.lang.Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,ModelElement
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Comment
,Constraint
,Requirement
public interface Annotation extends ModelElement
A representation of the model object 'Annotation'.The following features are supported:
- See Also:
RhapsodyPackage.getAnnotation()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.ModelElement
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
-
-
-
-
Method Detail
-
getBody
java.lang.String getBody()
Returns the value of the 'Body' attribute. The default value is""
.- Returns:
- the value of the 'Body' attribute.
- See Also:
setBody(String)
,RhapsodyPackage.getAnnotation_Body()
-
setBody
void setBody(java.lang.String value)
Sets the value of the 'Body
' attribute.- Parameters:
value
- the new value of the 'Body' attribute.- See Also:
getBody()
-
getSpecification
java.lang.String getSpecification()
Returns the value of the 'Specification' attribute. The default value is""
.- Returns:
- the value of the 'Specification' attribute.
- See Also:
setSpecification(String)
,RhapsodyPackage.getAnnotation_Specification()
-
setSpecification
void setSpecification(java.lang.String value)
Sets the value of the 'Specification
' attribute.- Parameters:
value
- the new value of the 'Specification' attribute.- See Also:
getSpecification()
-
getAnchoredByMe
MDWEList getAnchoredByMe()
Returns the value of the 'Anchored By Me' reference list. The list contents are of typeModelElement
.- Returns:
- the value of the 'Anchored By Me' reference list.
- See Also:
RhapsodyPackage.getAnnotation_AnchoredByMe()
-
-