org.eclipse.gmt.umlx.emof
Interface Comment

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Object

public interface Comment
extends Element

A representation of the model object 'Comment'.

The following features are supported:

See Also:
EmofPackage.getComment()

Method Summary
 org.eclipse.emf.common.util.EList<NamedElement> getAnnotatedElement()
          Returns the value of the 'Annotated Element' reference list.
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAnnotatedElement

org.eclipse.emf.common.util.EList<NamedElement> getAnnotatedElement()
Returns the value of the 'Annotated Element' reference list. The list contents are of type NamedElement.

If the meaning of the 'Annotated Element' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Annotated Element' reference list.
See Also:
EmofPackage.getComment_AnnotatedElement()