Interface LinkedObject

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ActivityDetailDiagram, ActivityDiagram, Diagram, Link, NamedNode, Node, NodeContainer, RoleNode, RoleTaskComposite, TaskNode, TypedNode, WorkBreakdownElementNode, WorkProductComposite, WorkProductDependencyDiagram, WorkProductDescriptorNode, WorkProductNode
All Known Implementing Classes:
ActivityDetailDiagramImpl, ActivityDiagramImpl, DiagramImpl, LinkedObjectImpl, LinkImpl, NamedNodeImpl, NodeContainerImpl, NodeImpl, RoleNodeImpl, RoleTaskCompositeImpl, TaskNodeImpl, TypedNodeImpl, WorkBreakdownElementNodeImpl, WorkProductCompositeImpl, WorkProductDependencyDiagramImpl, WorkProductDescriptorNodeImpl, WorkProductNodeImpl

public interface LinkedObject
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Linked Object'.

The following features are supported:

See Also:
ModelPackage.getLinkedObject()
  • Method Summary

    Modifier and Type Method Description
    MethodElement getLinkedElement()
    Returns the value of the 'Linked Element' reference.
    java.lang.Object getObject()
    Returns the value of the 'Object' attribute.
    void setLinkedElement​(MethodElement value)
    Sets the value of the 'Linked Element' reference.
    void setObject​(java.lang.Object value)
    Sets the value of the 'Object' attribute.

    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 org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver