Package org.eclipse.epf.diagram.model
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
-
Method Details
-
getLinkedElement
MethodElement getLinkedElement()Returns the value of the 'Linked Element' reference.- Returns:
- the value of the 'Linked Element' reference.
- See Also:
setLinkedElement(MethodElement)
,ModelPackage.getLinkedObject_LinkedElement()
-
setLinkedElement
Sets the value of the 'Linked Element
' reference.- Parameters:
value
- the new value of the 'Linked Element' reference.- See Also:
getLinkedElement()
-
getObject
java.lang.Object getObject()Returns the value of the 'Object' attribute.- Returns:
- the value of the 'Object' attribute.
- See Also:
setObject(Object)
,ModelPackage.getLinkedObject_Object()
-
setObject
void setObject(java.lang.Object value)Sets the value of the 'Object
' attribute.- Parameters:
value
- the new value of the 'Object' attribute.- See Also:
getObject()
-