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

Interface CicsSendTextMappedStmt

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


    public interface CicsSendTextMappedStmt
    extends CicsStmt
    A representation of the CICS SEND TEXT MAPPED command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSendTextMappedStmt()
    • Method Detail

      • getFrom

        DataRef getFrom()
        Returns the value of the 'From' containment reference.

        The value is a representation of the data area specified in the FROM option.

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsSendTextMappedStmt_From()
      • setFrom

        void setFrom(DataRef value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
      • getLength

        DataRefOrLiteral getLength()
        Returns the value of the 'Length' containment reference.

        The value is a representation of the data value specified in the LENGTH option; if that option is not used, the value is null.

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRefOrLiteral), COBOLPackage.getCicsSendTextMappedStmt_Length()
      • setLength

        void setLength(DataRefOrLiteral value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • isTerminal

        boolean isTerminal()
        Returns the value of the 'Terminal' attribute.

        The value is true if the TERMINAL option is used; false otherwise.

        Returns:
        the value of the 'Terminal' attribute.
        See Also:
        setTerminal(boolean), COBOLPackage.getCicsSendTextMappedStmt_Terminal()
      • setTerminal

        void setTerminal(boolean value)
        Sets the value of the 'Terminal' attribute.
        Parameters:
        value - the new value of the 'Terminal' attribute.
        See Also:
        isTerminal()
      • isPaging

        boolean isPaging()
        Returns the value of the 'Paging' attribute.

        The value is true if the PAGING option is used; false otherwise.

        Returns:
        the value of the 'Paging' attribute.
        See Also:
        setPaging(boolean), COBOLPackage.getCicsSendTextMappedStmt_Paging()
      • setPaging

        void setPaging(boolean value)
        Sets the value of the 'Paging' attribute.
        Parameters:
        value - the new value of the 'Paging' attribute.
        See Also:
        isPaging()
      • isWait

        boolean isWait()
        Returns the value of the 'Wait' attribute.

        The value is true if the WAIT option is used; false otherwise.

        Returns:
        the value of the 'Wait' attribute.
        See Also:
        setWait(boolean), COBOLPackage.getCicsSendTextMappedStmt_Wait()
      • setWait

        void setWait(boolean value)
        Sets the value of the 'Wait' attribute.
        Parameters:
        value - the new value of the 'Wait' attribute.
        See Also:
        isWait()
      • isLast

        boolean isLast()
        Returns the value of the 'Last' attribute.

        The value is true if the LAST option is used; false otherwise.

        Returns:
        the value of the 'Last' attribute.
        See Also:
        setLast(boolean), COBOLPackage.getCicsSendTextMappedStmt_Last()
      • setLast

        void setLast(boolean value)
        Sets the value of the 'Last' attribute.
        Parameters:
        value - the new value of the 'Last' attribute.
        See Also:
        isLast()
      • getReqId

        DataRefOrLiteral getReqId()
        Returns the value of the 'Req Id' containment reference.

        The value is a representation of the name specified in the REQID option; if that option is not used, the value is null.

        Returns:
        the value of the 'Req Id' containment reference.
        See Also:
        setReqId(DataRefOrLiteral), COBOLPackage.getCicsSendTextMappedStmt_ReqId()
      • setReqId

        void setReqId(DataRefOrLiteral value)
        Sets the value of the 'Req Id' containment reference.
        Parameters:
        value - the new value of the 'Req Id' containment reference.
        See Also:
        getReqId()