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

Interface CicsMoveContainerStmt

    • Method Detail

      • getContainer

        DataRefOrLiteral getContainer()
        Returns the value of the 'Container' containment reference.

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

        Returns:
        the value of the 'Container' containment reference.
        See Also:
        setContainer(DataRefOrLiteral), COBOLPackage.getCicsMoveContainerStmt_Container()
      • setContainer

        void setContainer(DataRefOrLiteral value)
        Sets the value of the 'Container' containment reference.
        Parameters:
        value - the new value of the 'Container' containment reference.
        See Also:
        getContainer()
      • getAs

        DataRefOrLiteral getAs()
        Returns the value of the 'As' containment reference.

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

        Returns:
        the value of the 'As' containment reference.
        See Also:
        setAs(DataRefOrLiteral), COBOLPackage.getCicsMoveContainerStmt_As()
      • setAs

        void setAs(DataRefOrLiteral value)
        Sets the value of the 'As' containment reference.
        Parameters:
        value - the new value of the 'As' containment reference.
        See Also:
        getAs()
      • isFromProcess

        boolean isFromProcess()
        Returns the value of the 'From Process' attribute.

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

        Returns:
        the value of the 'From Process' attribute.
        See Also:
        setFromProcess(boolean), COBOLPackage.getCicsMoveContainerStmt_FromProcess()
      • setFromProcess

        void setFromProcess(boolean value)
        Sets the value of the 'From Process' attribute.
        Parameters:
        value - the new value of the 'From Process' attribute.
        See Also:
        isFromProcess()
      • getFromActivity

        DataRefOrLiteral getFromActivity()
        Returns the value of the 'From Activity' containment reference.

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

        Returns:
        the value of the 'From Activity' containment reference.
        See Also:
        setFromActivity(DataRefOrLiteral), COBOLPackage.getCicsMoveContainerStmt_FromActivity()
      • setFromActivity

        void setFromActivity(DataRefOrLiteral value)
        Sets the value of the 'From Activity' containment reference.
        Parameters:
        value - the new value of the 'From Activity' containment reference.
        See Also:
        getFromActivity()
      • isToProcess

        boolean isToProcess()
        Returns the value of the 'To Process' attribute.

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

        Returns:
        the value of the 'To Process' attribute.
        See Also:
        setToProcess(boolean), COBOLPackage.getCicsMoveContainerStmt_ToProcess()
      • setToProcess

        void setToProcess(boolean value)
        Sets the value of the 'To Process' attribute.
        Parameters:
        value - the new value of the 'To Process' attribute.
        See Also:
        isToProcess()
      • getToActivity

        DataRefOrLiteral getToActivity()
        Returns the value of the 'To Activity' containment reference.

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

        Returns:
        the value of the 'To Activity' containment reference.
        See Also:
        setToActivity(DataRefOrLiteral), COBOLPackage.getCicsMoveContainerStmt_ToActivity()
      • setToActivity

        void setToActivity(DataRefOrLiteral value)
        Sets the value of the 'To Activity' containment reference.
        Parameters:
        value - the new value of the 'To Activity' containment reference.
        See Also:
        getToActivity()
      • getChannel

        DataRefOrLiteral getChannel()
        Returns the value of the 'Channel' containment reference.

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

        Returns:
        the value of the 'Channel' containment reference.
        See Also:
        setChannel(DataRefOrLiteral), COBOLPackage.getCicsMoveContainerStmt_Channel()
      • setChannel

        void setChannel(DataRefOrLiteral value)
        Sets the value of the 'Channel' containment reference.
        Parameters:
        value - the new value of the 'Channel' containment reference.
        See Also:
        getChannel()
      • getToChannel

        DataRefOrLiteral getToChannel()
        Returns the value of the 'To Channel' containment reference.

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

        Returns:
        the value of the 'To Channel' containment reference.
        See Also:
        setToChannel(DataRefOrLiteral), COBOLPackage.getCicsMoveContainerStmt_ToChannel()
      • setToChannel

        void setToChannel(DataRefOrLiteral value)
        Sets the value of the 'To Channel' containment reference.
        Parameters:
        value - the new value of the 'To Channel' containment reference.
        See Also:
        getToChannel()