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

Interface CicsWriteStmt

    • 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.getCicsWriteStmt_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()
      • isMassInsert

        boolean isMassInsert()
        Returns the value of the 'Mass Insert' attribute.

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

        Returns:
        the value of the 'Mass Insert' attribute.
        See Also:
        setMassInsert(boolean), COBOLPackage.getCicsWriteStmt_MassInsert()
      • setMassInsert

        void setMassInsert(boolean value)
        Sets the value of the 'Mass Insert' attribute.
        Parameters:
        value - the new value of the 'Mass Insert' attribute.
        See Also:
        isMassInsert()
      • getFrom

        DataRef getFrom()
        Returns the value of the 'From' containment reference.

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

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsWriteStmt_From()
      • setFrom

        void setFrom(DataRef value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
      • 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; if that option is not used, the value is null.

        Returns:
        the value of the 'RIDFLD' containment reference.
        See Also:
        setRIDFLD(DataRef), COBOLPackage.getCicsWriteStmt_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()
      • 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.getCicsWriteStmt_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()
      • 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.getCicsWriteStmt_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

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

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

        void setLength(DataRefOrLiteral 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.getCicsWriteStmt_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.getCicsWriteStmt_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.getCicsWriteStmt_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.getCicsWriteStmt_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()