com.ibm.etools.cobol.application.model.cobol

Interface CicsSendMapCursorClause

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsSendMapCursorClause
    extends ASTNode
    A representation of the CURSOR option in the CICS SEND MAP command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSendMapCursorClause()
    • Method Detail

      • getCursor

        DataRefOrLiteral getCursor()
        Returns the value of the 'Cursor' containment reference.

        The value is a representation of the data value specified in the MAPSET option; if no data value is specified, the value is null.

        Returns:
        the value of the 'Cursor' containment reference.
        See Also:
        setCursor(DataRefOrLiteral), COBOLPackage.getCicsSendMapCursorClause_Cursor()
      • setCursor

        void setCursor(DataRefOrLiteral value)
        Sets the value of the 'Cursor' containment reference.
        Parameters:
        value - the new value of the 'Cursor' containment reference.
        See Also:
        getCursor()