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

Interface CicsRunStmt

    • Method Detail

      • getActivity

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

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

        Returns:
        the value of the 'Activity' containment reference.
        See Also:
        setActivity(DataRefOrLiteral), COBOLPackage.getCicsRunStmt_Activity()
      • setActivity

        void setActivity(DataRefOrLiteral value)
        Sets the value of the 'Activity' containment reference.
        Parameters:
        value - the new value of the 'Activity' containment reference.
        See Also:
        getActivity()
      • isACQActivity

        boolean isACQActivity()
        Returns the value of the 'ACQ Activity' attribute.

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

        Returns:
        the value of the 'ACQ Activity' attribute.
        See Also:
        setACQActivity(boolean), COBOLPackage.getCicsRunStmt_ACQActivity()
      • setACQActivity

        void setACQActivity(boolean value)
        Sets the value of the 'ACQ Activity' attribute.
        Parameters:
        value - the new value of the 'ACQ Activity' attribute.
        See Also:
        isACQActivity()
      • isACQProcess

        boolean isACQProcess()
        Returns the value of the 'ACQ Process' attribute.

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

        Returns:
        the value of the 'ACQ Process' attribute.
        See Also:
        setACQProcess(boolean), COBOLPackage.getCicsRunStmt_ACQProcess()
      • setACQProcess

        void setACQProcess(boolean value)
        Sets the value of the 'ACQ Process' attribute.
        Parameters:
        value - the new value of the 'ACQ Process' attribute.
        See Also:
        isACQProcess()
      • isSynchronous

        boolean isSynchronous()
        Returns the value of the 'Synchronous' attribute.

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

        Returns:
        the value of the 'Synchronous' attribute.
        See Also:
        setSynchronous(boolean), COBOLPackage.getCicsRunStmt_Synchronous()
      • setSynchronous

        void setSynchronous(boolean value)
        Sets the value of the 'Synchronous' attribute.
        Parameters:
        value - the new value of the 'Synchronous' attribute.
        See Also:
        isSynchronous()
      • isAsynchronous

        boolean isAsynchronous()
        Returns the value of the 'Asynchronous' attribute.

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

        Returns:
        the value of the 'Asynchronous' attribute.
        See Also:
        setAsynchronous(boolean), COBOLPackage.getCicsRunStmt_Asynchronous()
      • setAsynchronous

        void setAsynchronous(boolean value)
        Sets the value of the 'Asynchronous' attribute.
        Parameters:
        value - the new value of the 'Asynchronous' attribute.
        See Also:
        isAsynchronous()
      • getFacilityTokn

        DataRefOrLiteral getFacilityTokn()
        Returns the value of the 'Facility Tokn' containment reference.

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

        Returns:
        the value of the 'Facility Tokn' containment reference.
        See Also:
        setFacilityTokn(DataRefOrLiteral), COBOLPackage.getCicsRunStmt_FacilityTokn()
      • setFacilityTokn

        void setFacilityTokn(DataRefOrLiteral value)
        Sets the value of the 'Facility Tokn' containment reference.
        Parameters:
        value - the new value of the 'Facility Tokn' containment reference.
        See Also:
        getFacilityTokn()
      • getInputEvent

        DataRefOrLiteral getInputEvent()
        Returns the value of the 'Input Event' containment reference.

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

        Returns:
        the value of the 'Input Event' containment reference.
        See Also:
        setInputEvent(DataRefOrLiteral), COBOLPackage.getCicsRunStmt_InputEvent()
      • setInputEvent

        void setInputEvent(DataRefOrLiteral value)
        Sets the value of the 'Input Event' containment reference.
        Parameters:
        value - the new value of the 'Input Event' containment reference.
        See Also:
        getInputEvent()