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

Interface CicsDelayStmt

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


    public interface CicsDelayStmt
    extends CicsStmt
    A representation of the CICS DELAY command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDelayStmt()
    • Method Detail

      • getDelayClause

        CicsDelayClause getDelayClause()
        Returns the value of the 'Delay Clause' containment reference.

        The value is a representation of the valid options other than the REQID option.

        Returns:
        the value of the 'Delay Clause' containment reference.
        See Also:
        setDelayClause(CicsDelayClause), COBOLPackage.getCicsDelayStmt_DelayClause()
      • setDelayClause

        void setDelayClause(CicsDelayClause value)
        Sets the value of the 'Delay Clause' containment reference.
        Parameters:
        value - the new value of the 'Delay Clause' containment reference.
        See Also:
        getDelayClause()
      • getReqId

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

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

        Returns:
        the value of the 'Req Id' containment reference.
        See Also:
        setReqId(DataRefOrLiteral), COBOLPackage.getCicsDelayStmt_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()