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

Interface CicsDefineProcessStmt

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


    public interface CicsDefineProcessStmt
    extends CicsStmt
    A representation of the CICS DEFINE PROCESS command.

    The following features are supported:

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

        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(DataRefOrLiteral), COBOLPackage.getCicsDefineProcessStmt_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.

        Returns:
        the value of the 'Process Type' containment reference.
        See Also:
        setProcessType(DataRefOrLiteral), COBOLPackage.getCicsDefineProcessStmt_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()
      • getTransId

        DataRefOrLiteral getTransId()
        Returns the value of the 'Trans Id' containment reference.

        The value is a representation of the data value specified in the TRANSID option.

        Returns:
        the value of the 'Trans Id' containment reference.
        See Also:
        setTransId(DataRefOrLiteral), COBOLPackage.getCicsDefineProcessStmt_TransId()
      • setTransId

        void setTransId(DataRefOrLiteral value)
        Sets the value of the 'Trans Id' containment reference.
        Parameters:
        value - the new value of the 'Trans Id' containment reference.
        See Also:
        getTransId()
      • getProgram

        DataRefOrLiteral getProgram()
        Returns the value of the 'Program' containment reference.

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

        Returns:
        the value of the 'Program' containment reference.
        See Also:
        setProgram(DataRefOrLiteral), COBOLPackage.getCicsDefineProcessStmt_Program()
      • setProgram

        void setProgram(DataRefOrLiteral value)
        Sets the value of the 'Program' containment reference.
        Parameters:
        value - the new value of the 'Program' containment reference.
        See Also:
        getProgram()
      • getUserId

        DataRefOrLiteral getUserId()
        Returns the value of the 'User Id' containment reference.

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

        Returns:
        the value of the 'User Id' containment reference.
        See Also:
        setUserId(DataRefOrLiteral), COBOLPackage.getCicsDefineProcessStmt_UserId()
      • setUserId

        void setUserId(DataRefOrLiteral value)
        Sets the value of the 'User Id' containment reference.
        Parameters:
        value - the new value of the 'User Id' containment reference.
        See Also:
        getUserId()
      • isNoCheck

        boolean isNoCheck()
        Returns the value of the 'No Check' attribute.

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

        Returns:
        the value of the 'No Check' attribute.
        See Also:
        setNoCheck(boolean), COBOLPackage.getCicsDefineProcessStmt_NoCheck()
      • setNoCheck

        void setNoCheck(boolean value)
        Sets the value of the 'No Check' attribute.
        Parameters:
        value - the new value of the 'No Check' attribute.
        See Also:
        isNoCheck()