Package org.eclipse.epf.diagram.model
Interface WorkProductNode
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,LinkedObject
,NamedNode
,Node
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
WorkProductNodeImpl
public interface WorkProductNode extends NamedNode
A representation of the model object 'Work Product Node'.
The following features are supported:
- See Also:
ModelPackage.getWorkProductNode()
-
Method Summary
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.epf.diagram.model.LinkedObject
getLinkedElement, getObject, setLinkedElement, setObject
Methods inherited from interface org.eclipse.epf.diagram.model.Node
getHeight, getIncomingConnections, getLocation, getOutgoingConnections, getWidth, isReadOnly, setHeight, setLocation, setReadOnly, setWidth
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getType
int getType()Returns the value of the 'Type' attribute.- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(int)
,ModelPackage.getWorkProductNode_Type()
-
setType
void setType(int value)Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
getType()
-