Interface TypedNode

All Superinterfaces:
org.eclipse.emf.ecore.EObject, LinkedObject, Node, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TypedNodeImpl

public interface TypedNode
extends Node
A representation of the model object 'Typed Node'.

The following features are supported:

See Also:
ModelPackage.getTypedNode()
  • Method Details

    • getType

      int getType()
      Returns the value of the 'Type' attribute.
      Returns:
      the value of the 'Type' attribute.
      See Also:
      setType(int), ModelPackage.getTypedNode_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()