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

Interface CicsReadStmt

    • 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.getCicsReadStmt_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()
      • 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.getCicsReadStmt_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.getCicsReadStmt_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.getCicsReadStmt_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.getCicsReadStmt_UpdateClause()
      • 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.getCicsReadStmt_IntoOrSetClause()
      • 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.getCicsReadStmt_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()
      • getKeyLengthClause

        CicsFileBrowseKeyLengthClause getKeyLengthClause()
        Returns the value of the 'Key Length Clause' containment reference.

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

        Returns:
        the value of the 'Key Length Clause' containment reference.
        See Also:
        setKeyLengthClause(CicsFileBrowseKeyLengthClause), COBOLPackage.getCicsReadStmt_KeyLengthClause()
      • 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.getCicsReadStmt_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.getCicsReadStmt_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.getCicsReadStmt_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.getCicsReadStmt_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()
      • isDEBKey

        boolean isDEBKey()
        Returns the value of the 'DEB Key' attribute.

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

        Returns:
        the value of the 'DEB Key' attribute.
        See Also:
        setDEBKey(boolean), COBOLPackage.getCicsReadStmt_DEBKey()
      • setDEBKey

        void setDEBKey(boolean value)
        Sets the value of the 'DEB Key' attribute.
        Parameters:
        value - the new value of the 'DEB Key' attribute.
        See Also:
        isDEBKey()
      • isDEBRec

        boolean isDEBRec()
        Returns the value of the 'DEB Rec' attribute.

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

        Returns:
        the value of the 'DEB Rec' attribute.
        See Also:
        setDEBRec(boolean), COBOLPackage.getCicsReadStmt_DEBRec()
      • setDEBRec

        void setDEBRec(boolean value)
        Sets the value of the 'DEB Rec' attribute.
        Parameters:
        value - the new value of the 'DEB Rec' attribute.
        See Also:
        isDEBRec()
      • isEqual

        boolean isEqual()
        Returns the value of the 'Equal' attribute.

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

        Returns:
        the value of the 'Equal' attribute.
        See Also:
        setEqual(boolean), COBOLPackage.getCicsReadStmt_Equal()
      • setEqual

        void setEqual(boolean value)
        Sets the value of the 'Equal' attribute.
        Parameters:
        value - the new value of the 'Equal' attribute.
        See Also:
        isEqual()
      • isGTEQ

        boolean isGTEQ()
        Returns the value of the 'GTEQ' attribute.

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

        Returns:
        the value of the 'GTEQ' attribute.
        See Also:
        setGTEQ(boolean), COBOLPackage.getCicsReadStmt_GTEQ()
      • setGTEQ

        void setGTEQ(boolean value)
        Sets the value of the 'GTEQ' attribute.
        Parameters:
        value - the new value of the 'GTEQ' attribute.
        See Also:
        isGTEQ()
      • 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.getCicsReadStmt_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()
      • 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.getCicsReadStmt_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()