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 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()