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

Interface CicsStartBrStmt

    • 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.getCicsStartBrStmt_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()
      • 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.getCicsStartBrStmt_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.getCicsStartBrStmt_KeyLengthClause()
      • 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.getCicsStartBrStmt_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.getCicsStartBrStmt_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()
      • 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.getCicsStartBrStmt_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.getCicsStartBrStmt_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.getCicsStartBrStmt_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.getCicsStartBrStmt_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()
      • 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.getCicsStartBrStmt_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()
      • 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.getCicsStartBrStmt_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()
      • 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.getCicsStartBrStmt_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()