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

Interface CicsIssueCopyStmt

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


    public interface CicsIssueCopyStmt
    extends CicsStmt
    A representation of the CICS ISSUE COPY command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsIssueCopyStmt()
    • Method Detail

      • getTermId

        DataRefOrLiteral getTermId()
        Returns the value of the 'Term Id' containment reference.

        The value is a representation of the name specified in the TERMID option.

        Returns:
        the value of the 'Term Id' containment reference.
        See Also:
        setTermId(DataRefOrLiteral), COBOLPackage.getCicsIssueCopyStmt_TermId()
      • setTermId

        void setTermId(DataRefOrLiteral value)
        Sets the value of the 'Term Id' containment reference.
        Parameters:
        value - the new value of the 'Term Id' containment reference.
        See Also:
        getTermId()
      • getCtlChar

        DataRefOrLiteral getCtlChar()
        Returns the value of the 'Ctl Char' containment reference.

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

        Returns:
        the value of the 'Ctl Char' containment reference.
        See Also:
        setCtlChar(DataRefOrLiteral), COBOLPackage.getCicsIssueCopyStmt_CtlChar()
      • setCtlChar

        void setCtlChar(DataRefOrLiteral value)
        Sets the value of the 'Ctl Char' containment reference.
        Parameters:
        value - the new value of the 'Ctl Char' containment reference.
        See Also:
        getCtlChar()
      • 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.getCicsIssueCopyStmt_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()