All Superinterfaces:
Action, ActivityNode, BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, ExecutableNode, LinkAction, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, RedefinableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface ReadLinkAction extends LinkAction
A representation of the model object 'Read Link Action'.

A ReadLinkAction is a LinkAction that navigates across an Association to retrieve the objects on one end.

The following features are supported:

See Also:
Model:
annotation="MOF package='actions.mdintermediateactions'"
Generated:
  • Method Details

    • getResult

      @CheckForNull OutputPin getResult()
      Returns the value of the 'Result' containment reference. It is bidirectional and its opposite is 'read Link Action Of Result'. The OutputPin on which the objects retrieved from the "open" end of those links whose values on other ends are given by the endData.
      Returns:
      the value of the 'Result' containment reference.
      See Also:
      Model:
      opposite="_readLinkActionOfResult" containment="true" resolveProxies="true" required="true" ordered="false"
      Generated:
    • setResult

      void setResult(@CheckForNull OutputPin value)
      Sets the value of the 'Result' containment reference.
      Parameters:
      value - the new value of the 'Result' containment reference.
      See Also:
      Generated: