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

Interface CicsSendPartnSetStmt

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


    public interface CicsSendPartnSetStmt
    extends CicsStmt
    A representation of the CICS SEND PARTNSET command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSendPartnSetStmt()
    • Method Detail

      • getName

        DataRefOrLiteral getName()
        Returns the value of the 'Name' containment reference.

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

        Returns:
        the value of the 'Name' containment reference.
        See Also:
        setName(DataRefOrLiteral), COBOLPackage.getCicsSendPartnSetStmt_Name()
      • setName

        void setName(DataRefOrLiteral value)
        Sets the value of the 'Name' containment reference.
        Parameters:
        value - the new value of the 'Name' containment reference.
        See Also:
        getName()