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

Interface CicsAcquireStmt

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


    public interface CicsAcquireStmt
    extends CicsStmt
    A representation of CICS ACQUIRE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsAcquireStmt()
    • Method Detail

      • getProcess

        DataRefOrLiteral getProcess()
        Returns the value of the 'Process' containment reference.

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

        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(DataRefOrLiteral), COBOLPackage.getCicsAcquireStmt_Process()
      • setProcess

        void setProcess(DataRefOrLiteral value)
        Sets the value of the 'Process' containment reference.
        Parameters:
        value - the new value of the 'Process' containment reference.
        See Also:
        getProcess()
      • getProcessType

        DataRefOrLiteral getProcessType()
        Returns the value of the 'Process Type' containment reference.

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

        Returns:
        the value of the 'Process Type' containment reference.
        See Also:
        setProcessType(DataRefOrLiteral), COBOLPackage.getCicsAcquireStmt_ProcessType()
      • setProcessType

        void setProcessType(DataRefOrLiteral value)
        Sets the value of the 'Process Type' containment reference.
        Parameters:
        value - the new value of the 'Process Type' containment reference.
        See Also:
        getProcessType()
      • getActivityId

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

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

        Returns:
        the value of the 'Activity Id' containment reference.
        See Also:
        setActivityId(DataRefOrLiteral), COBOLPackage.getCicsAcquireStmt_ActivityId()
      • setActivityId

        void setActivityId(DataRefOrLiteral value)
        Sets the value of the 'Activity Id' containment reference.
        Parameters:
        value - the new value of the 'Activity Id' containment reference.
        See Also:
        getActivityId()