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

Interface CicsReadPrevStmt

    • Method Detail

      • getFile

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

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

        Returns:
        the value of the 'File' containment reference.
        See Also:
        setFile(DataRefOrLiteral), COBOLPackage.getCicsReadPrevStmt_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()
      • getIntoOrSetClause

        CicsIntoOrSetClause getIntoOrSetClause()
        Returns the value of the 'Into Or Set Clause' containment reference.

        The value is a representation of the INTO or SET options; if those options are not used, the value is null.

        Returns:
        the value of the 'Into Or Set Clause' containment reference.
        See Also:
        setIntoOrSetClause(CicsIntoOrSetClause), COBOLPackage.getCicsReadPrevStmt_IntoOrSetClause()
      • isUncommitted

        boolean isUncommitted()
        Returns the value of the 'Uncommitted' attribute.

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

        Returns:
        the value of the 'Uncommitted' attribute.
        See Also:
        setUncommitted(boolean), COBOLPackage.getCicsReadPrevStmt_Uncommitted()
      • setUncommitted

        void setUncommitted(boolean value)
        Sets the value of the 'Uncommitted' attribute.
        Parameters:
        value - the new value of the 'Uncommitted' attribute.
        See Also:
        isUncommitted()
      • isConsistent

        boolean isConsistent()
        Returns the value of the 'Consistent' attribute.

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

        Returns:
        the value of the 'Consistent' attribute.
        See Also:
        setConsistent(boolean), COBOLPackage.getCicsReadPrevStmt_Consistent()
      • setConsistent

        void setConsistent(boolean value)
        Sets the value of the 'Consistent' attribute.
        Parameters:
        value - the new value of the 'Consistent' attribute.
        See Also:
        isConsistent()
      • isRepeatable

        boolean isRepeatable()
        Returns the value of the 'Repeatable' attribute.

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

        Returns:
        the value of the 'Repeatable' attribute.
        See Also:
        setRepeatable(boolean), COBOLPackage.getCicsReadPrevStmt_Repeatable()
      • setRepeatable

        void setRepeatable(boolean value)
        Sets the value of the 'Repeatable' attribute.
        Parameters:
        value - the new value of the 'Repeatable' attribute.
        See Also:
        isRepeatable()
      • getUpdateClause

        CicsReadUpdateClause getUpdateClause()
        Returns the value of the 'Update Clause' containment reference.

        The value is a representation of the UPDATE and TOKEN options; if those options are not used, the value is null.

        Returns:
        the value of the 'Update Clause' containment reference.
        See Also:
        setUpdateClause(CicsReadUpdateClause), COBOLPackage.getCicsReadPrevStmt_UpdateClause()
      • getRIDFLD

        DataRef getRIDFLD()
        Returns the value of the 'RIDFLD' containment reference.

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

        Returns:
        the value of the 'RIDFLD' containment reference.
        See Also:
        setRIDFLD(DataRef), COBOLPackage.getCicsReadPrevStmt_RIDFLD()
      • setRIDFLD

        void setRIDFLD(DataRef value)
        Sets the value of the 'RIDFLD' containment reference.
        Parameters:
        value - the new value of the 'RIDFLD' containment reference.
        See Also:
        getRIDFLD()
      • getReqId

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

        The value is a representation of the data value 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.getCicsReadPrevStmt_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()
      • 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.getCicsReadPrevStmt_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()
      • getLength

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

        The value is a representation of the data area 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(DataRef), COBOLPackage.getCicsReadPrevStmt_Length()
      • setLength

        void setLength(DataRef value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • 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.getCicsReadPrevStmt_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.getCicsReadPrevStmt_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()
      • 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.getCicsReadPrevStmt_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()
      • getKeyLength

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

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

        Returns:
        the value of the 'Key Length' containment reference.
        See Also:
        setKeyLength(DataRefOrLiteral), COBOLPackage.getCicsReadPrevStmt_KeyLength()
      • setKeyLength

        void setKeyLength(DataRefOrLiteral value)
        Sets the value of the 'Key Length' containment reference.
        Parameters:
        value - the new value of the 'Key Length' containment reference.
        See Also:
        getKeyLength()
      • isXRBA

        boolean isXRBA()
        Returns the value of the 'XRBA' attribute.

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

        Returns:
        the value of the 'XRBA' attribute.
        See Also:
        setXRBA(boolean), COBOLPackage.getCicsReadPrevStmt_XRBA()
      • setXRBA

        void setXRBA(boolean value)
        Sets the value of the 'XRBA' attribute.
        Parameters:
        value - the new value of the 'XRBA' attribute.
        See Also:
        isXRBA()