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

Interface CicsCheckActivityStmt

    • 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.getCicsCheckActivityStmt_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.getCicsCheckActivityStmt_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()
      • getCompStatus

        DataRef getCompStatus()
        Returns the value of the 'Comp Status' containment reference.

        The value is a representation of the CICS value data area specified in the COMPSTATUS option.

        Returns:
        the value of the 'Comp Status' containment reference.
        See Also:
        setCompStatus(DataRef), COBOLPackage.getCicsCheckActivityStmt_CompStatus()
      • setCompStatus

        void setCompStatus(DataRef value)
        Sets the value of the 'Comp Status' containment reference.
        Parameters:
        value - the new value of the 'Comp Status' containment reference.
        See Also:
        getCompStatus()
      • getABCode

        DataRef getABCode()
        Returns the value of the 'AB Code' containment reference.

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

        Returns:
        the value of the 'AB Code' containment reference.
        See Also:
        setABCode(DataRef), COBOLPackage.getCicsCheckActivityStmt_ABCode()
      • setABCode

        void setABCode(DataRef value)
        Sets the value of the 'AB Code' containment reference.
        Parameters:
        value - the new value of the 'AB Code' containment reference.
        See Also:
        getABCode()
      • getABProgram

        DataRef getABProgram()
        Returns the value of the 'AB Program' containment reference.

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

        Returns:
        the value of the 'AB Program' containment reference.
        See Also:
        setABProgram(DataRef), COBOLPackage.getCicsCheckActivityStmt_ABProgram()
      • setABProgram

        void setABProgram(DataRef value)
        Sets the value of the 'AB Program' containment reference.
        Parameters:
        value - the new value of the 'AB Program' containment reference.
        See Also:
        getABProgram()
      • getMode

        DataRef getMode()
        Returns the value of the 'Mode' containment reference.

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

        Returns:
        the value of the 'Mode' containment reference.
        See Also:
        setMode(DataRef), COBOLPackage.getCicsCheckActivityStmt_Mode()
      • setMode

        void setMode(DataRef value)
        Sets the value of the 'Mode' containment reference.
        Parameters:
        value - the new value of the 'Mode' containment reference.
        See Also:
        getMode()
      • getSuspStatus

        DataRef getSuspStatus()
        Returns the value of the 'Susp Status' containment reference.

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

        Returns:
        the value of the 'Susp Status' containment reference.
        See Also:
        setSuspStatus(DataRef), COBOLPackage.getCicsCheckActivityStmt_SuspStatus()
      • setSuspStatus

        void setSuspStatus(DataRef value)
        Sets the value of the 'Susp Status' containment reference.
        Parameters:
        value - the new value of the 'Susp Status' containment reference.
        See Also:
        getSuspStatus()