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

Interface CicsDeleteStmt

    • Method Detail

      • getFile

        DataRefOrLiteral getFile()
        Returns the value of the 'File' containment reference.

        The value is a representation of the filename specified in the FILE option.

        Returns:
        the value of the 'File' containment reference.
        See Also:
        setFile(DataRefOrLiteral), COBOLPackage.getCicsDeleteStmt_File()
      • setFile

        void setFile(DataRefOrLiteral value)
        Sets the value of the 'File' containment reference.
        Parameters:
        value - the new value of the 'File' containment reference.
        See Also:
        getFile()
      • getTokenOrRIDFLDClause

        CicsDeleteTokenOrRIDFLDClause getTokenOrRIDFLDClause()
        Returns the value of the 'Token Or RIDFLD Clause' containment reference.

        The value is a representation of the TOKEN or RIDFLD option; if those options are not used, the value is null.

        Returns:
        the value of the 'Token Or RIDFLD Clause' containment reference.
        See Also:
        setTokenOrRIDFLDClause(CicsDeleteTokenOrRIDFLDClause), COBOLPackage.getCicsDeleteStmt_TokenOrRIDFLDClause()
      • getSysId

        DataRefOrLiteral getSysId()
        Returns the value of the 'Sys Id' containment reference.

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

        Returns:
        the value of the 'Sys Id' containment reference.
        See Also:
        setSysId(DataRefOrLiteral), COBOLPackage.getCicsDeleteStmt_SysId()
      • setSysId

        void setSysId(DataRefOrLiteral value)
        Sets the value of the 'Sys Id' containment reference.
        Parameters:
        value - the new value of the 'Sys Id' containment reference.
        See Also:
        getSysId()
      • isNoSuspend

        boolean isNoSuspend()
        Returns the value of the 'No Suspend' attribute.

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

        Returns:
        the value of the 'No Suspend' attribute.
        See Also:
        setNoSuspend(boolean), COBOLPackage.getCicsDeleteStmt_NoSuspend()
      • setNoSuspend

        void setNoSuspend(boolean value)
        Sets the value of the 'No Suspend' attribute.
        Parameters:
        value - the new value of the 'No Suspend' attribute.
        See Also:
        isNoSuspend()
      • isRBA

        boolean isRBA()
        Returns the value of the 'RBA' attribute.

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

        Returns:
        the value of the 'RBA' attribute.
        See Also:
        setRBA(boolean), COBOLPackage.getCicsDeleteStmt_RBA()
      • setRBA

        void setRBA(boolean value)
        Sets the value of the 'RBA' attribute.
        Parameters:
        value - the new value of the 'RBA' attribute.
        See Also:
        isRBA()
      • isRRN

        boolean isRRN()
        Returns the value of the 'RRN' attribute.

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

        Returns:
        the value of the 'RRN' attribute.
        See Also:
        setRRN(boolean), COBOLPackage.getCicsDeleteStmt_RRN()
      • setRRN

        void setRRN(boolean value)
        Sets the value of the 'RRN' attribute.
        Parameters:
        value - the new value of the 'RRN' attribute.
        See Also:
        isRRN()