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

Interface CicsLinkActivityStmt

  • All Superinterfaces:
    ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsLinkActivityStmt
    extends CicsStmt
    A representation of the CICS LINK ACTIVITY command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsLinkActivityStmt()
    • 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.getCicsLinkActivityStmt_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.getCicsLinkActivityStmt_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()
      • 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.getCicsLinkActivityStmt_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()