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

Interface CicsLinkACQProcessStmt

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


    public interface CicsLinkACQProcessStmt
    extends CicsStmt
    A representation of the CICS LINK ACQPROCESS command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsLinkACQProcessStmt()
    • Method Detail

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