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

Interface CicsDumpTransactionStmt

    • Method Detail

      • getDumpCode

        DataRefOrLiteral getDumpCode()
        Returns the value of the 'Dump Code' containment reference.

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

        Returns:
        the value of the 'Dump Code' containment reference.
        See Also:
        setDumpCode(DataRefOrLiteral), COBOLPackage.getCicsDumpTransactionStmt_DumpCode()
      • setDumpCode

        void setDumpCode(DataRefOrLiteral value)
        Sets the value of the 'Dump Code' containment reference.
        Parameters:
        value - the new value of the 'Dump Code' containment reference.
        See Also:
        getDumpCode()
      • getFromClause

        CicsDumpTransactionFromClause getFromClause()
        Returns the value of the 'From Clause' containment reference.

        The value is a representation of the FROM clause; if that clause is not used, the value is null.

        Returns:
        the value of the 'From Clause' containment reference.
        See Also:
        setFromClause(CicsDumpTransactionFromClause), COBOLPackage.getCicsDumpTransactionStmt_FromClause()
      • isComplete

        boolean isComplete()
        Returns the value of the 'Complete' attribute.

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

        Returns:
        the value of the 'Complete' attribute.
        See Also:
        setComplete(boolean), COBOLPackage.getCicsDumpTransactionStmt_Complete()
      • setComplete

        void setComplete(boolean value)
        Sets the value of the 'Complete' attribute.
        Parameters:
        value - the new value of the 'Complete' attribute.
        See Also:
        isComplete()
      • isTRT

        boolean isTRT()
        Returns the value of the 'TRT' attribute.

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

        Returns:
        the value of the 'TRT' attribute.
        See Also:
        setTRT(boolean), COBOLPackage.getCicsDumpTransactionStmt_TRT()
      • setTRT

        void setTRT(boolean value)
        Sets the value of the 'TRT' attribute.
        Parameters:
        value - the new value of the 'TRT' attribute.
        See Also:
        isTRT()
      • isTask

        boolean isTask()
        Returns the value of the 'Task' attribute.

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

        Returns:
        the value of the 'Task' attribute.
        See Also:
        setTask(boolean), COBOLPackage.getCicsDumpTransactionStmt_Task()
      • setTask

        void setTask(boolean value)
        Sets the value of the 'Task' attribute.
        Parameters:
        value - the new value of the 'Task' attribute.
        See Also:
        isTask()
      • isStorage

        boolean isStorage()
        Returns the value of the 'Storage' attribute.

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

        Returns:
        the value of the 'Storage' attribute.
        See Also:
        setStorage(boolean), COBOLPackage.getCicsDumpTransactionStmt_Storage()
      • setStorage

        void setStorage(boolean value)
        Sets the value of the 'Storage' attribute.
        Parameters:
        value - the new value of the 'Storage' attribute.
        See Also:
        isStorage()
      • isProgram

        boolean isProgram()
        Returns the value of the 'Program' attribute.

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

        Returns:
        the value of the 'Program' attribute.
        See Also:
        setProgram(boolean), COBOLPackage.getCicsDumpTransactionStmt_Program()
      • setProgram

        void setProgram(boolean value)
        Sets the value of the 'Program' attribute.
        Parameters:
        value - the new value of the 'Program' attribute.
        See Also:
        isProgram()
      • isTerminal

        boolean isTerminal()
        Returns the value of the 'Terminal' attribute.

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

        Returns:
        the value of the 'Terminal' attribute.
        See Also:
        setTerminal(boolean), COBOLPackage.getCicsDumpTransactionStmt_Terminal()
      • setTerminal

        void setTerminal(boolean value)
        Sets the value of the 'Terminal' attribute.
        Parameters:
        value - the new value of the 'Terminal' attribute.
        See Also:
        isTerminal()
      • isTables

        boolean isTables()
        Returns the value of the 'Tables' attribute.

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

        Returns:
        the value of the 'Tables' attribute.
        See Also:
        setTables(boolean), COBOLPackage.getCicsDumpTransactionStmt_Tables()
      • setTables

        void setTables(boolean value)
        Sets the value of the 'Tables' attribute.
        Parameters:
        value - the new value of the 'Tables' attribute.
        See Also:
        isTables()
      • isFCT

        boolean isFCT()
        Returns the value of the 'FCT' attribute.

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

        Returns:
        the value of the 'FCT' attribute.
        See Also:
        setFCT(boolean), COBOLPackage.getCicsDumpTransactionStmt_FCT()
      • setFCT

        void setFCT(boolean value)
        Sets the value of the 'FCT' attribute.
        Parameters:
        value - the new value of the 'FCT' attribute.
        See Also:
        isFCT()
      • isPCT

        boolean isPCT()
        Returns the value of the 'PCT' attribute.

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

        Returns:
        the value of the 'PCT' attribute.
        See Also:
        setPCT(boolean), COBOLPackage.getCicsDumpTransactionStmt_PCT()
      • setPCT

        void setPCT(boolean value)
        Sets the value of the 'PCT' attribute.
        Parameters:
        value - the new value of the 'PCT' attribute.
        See Also:
        isPCT()
      • isPPT

        boolean isPPT()
        Returns the value of the 'PPT' attribute.

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

        Returns:
        the value of the 'PPT' attribute.
        See Also:
        setPPT(boolean), COBOLPackage.getCicsDumpTransactionStmt_PPT()
      • setPPT

        void setPPT(boolean value)
        Sets the value of the 'PPT' attribute.
        Parameters:
        value - the new value of the 'PPT' attribute.
        See Also:
        isPPT()
      • isSIT

        boolean isSIT()
        Returns the value of the 'SIT' attribute.

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

        Returns:
        the value of the 'SIT' attribute.
        See Also:
        setSIT(boolean), COBOLPackage.getCicsDumpTransactionStmt_SIT()
      • setSIT

        void setSIT(boolean value)
        Sets the value of the 'SIT' attribute.
        Parameters:
        value - the new value of the 'SIT' attribute.
        See Also:
        isSIT()
      • isTCT

        boolean isTCT()
        Returns the value of the 'TCT' attribute.

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

        Returns:
        the value of the 'TCT' attribute.
        See Also:
        setTCT(boolean), COBOLPackage.getCicsDumpTransactionStmt_TCT()
      • setTCT

        void setTCT(boolean value)
        Sets the value of the 'TCT' attribute.
        Parameters:
        value - the new value of the 'TCT' attribute.
        See Also:
        isTCT()
      • getDumpId

        DataRef getDumpId()
        Returns the value of the 'Dump Id' containment reference.

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

        Returns:
        the value of the 'Dump Id' containment reference.
        See Also:
        setDumpId(DataRef), COBOLPackage.getCicsDumpTransactionStmt_DumpId()
      • setDumpId

        void setDumpId(DataRef value)
        Sets the value of the 'Dump Id' containment reference.
        Parameters:
        value - the new value of the 'Dump Id' containment reference.
        See Also:
        getDumpId()