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

Interface CicsExtractProcessStmt

    • Method Detail

      • getProcName

        DataRef getProcName()
        Returns the value of the 'Proc Name' containment reference.

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

        Returns:
        the value of the 'Proc Name' containment reference.
        See Also:
        setProcName(DataRef), COBOLPackage.getCicsExtractProcessStmt_ProcName()
      • setProcName

        void setProcName(DataRef value)
        Sets the value of the 'Proc Name' containment reference.
        Parameters:
        value - the new value of the 'Proc Name' containment reference.
        See Also:
        getProcName()
      • getProcLength

        DataRef getProcLength()
        Returns the value of the 'Proc Length' containment reference.

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

        Returns:
        the value of the 'Proc Length' containment reference.
        See Also:
        setProcLength(DataRef), COBOLPackage.getCicsExtractProcessStmt_ProcLength()
      • setProcLength

        void setProcLength(DataRef value)
        Sets the value of the 'Proc Length' containment reference.
        Parameters:
        value - the new value of the 'Proc Length' containment reference.
        See Also:
        getProcLength()
      • getMaxProcLen

        DataRefOrLiteral getMaxProcLen()
        Returns the value of the 'Max Proc Len' containment reference.

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

        Returns:
        the value of the 'Max Proc Len' containment reference.
        See Also:
        setMaxProcLen(DataRefOrLiteral), COBOLPackage.getCicsExtractProcessStmt_MaxProcLen()
      • setMaxProcLen

        void setMaxProcLen(DataRefOrLiteral value)
        Sets the value of the 'Max Proc Len' containment reference.
        Parameters:
        value - the new value of the 'Max Proc Len' containment reference.
        See Also:
        getMaxProcLen()
      • getConvId

        DataRefOrLiteral getConvId()
        Returns the value of the 'Conv Id' containment reference.

        The value is a representation of the name specified in the CONVID option; if that option is not used, the value is null.

        Returns:
        the value of the 'Conv Id' containment reference.
        See Also:
        setConvId(DataRefOrLiteral), COBOLPackage.getCicsExtractProcessStmt_ConvId()
      • setConvId

        void setConvId(DataRefOrLiteral value)
        Sets the value of the 'Conv Id' containment reference.
        Parameters:
        value - the new value of the 'Conv Id' containment reference.
        See Also:
        getConvId()
      • getSyncLevel

        DataRef getSyncLevel()
        Returns the value of the 'Sync Level' containment reference.

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

        Returns:
        the value of the 'Sync Level' containment reference.
        See Also:
        setSyncLevel(DataRef), COBOLPackage.getCicsExtractProcessStmt_SyncLevel()
      • setSyncLevel

        void setSyncLevel(DataRef value)
        Sets the value of the 'Sync Level' containment reference.
        Parameters:
        value - the new value of the 'Sync Level' containment reference.
        See Also:
        getSyncLevel()
      • getPipList

        DataRef getPipList()
        Returns the value of the 'Pip List' containment reference.

        The value is a representation of the pointer reference specified in the PIPLIST option; if that option is not used, the value is null.

        Returns:
        the value of the 'Pip List' containment reference.
        See Also:
        setPipList(DataRef), COBOLPackage.getCicsExtractProcessStmt_PipList()
      • setPipList

        void setPipList(DataRef value)
        Sets the value of the 'Pip List' containment reference.
        Parameters:
        value - the new value of the 'Pip List' containment reference.
        See Also:
        getPipList()
      • getPipLength

        DataRef getPipLength()
        Returns the value of the 'Pip Length' containment reference.

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

        Returns:
        the value of the 'Pip Length' containment reference.
        See Also:
        setPipLength(DataRef), COBOLPackage.getCicsExtractProcessStmt_PipLength()
      • setPipLength

        void setPipLength(DataRef value)
        Sets the value of the 'Pip Length' containment reference.
        Parameters:
        value - the new value of the 'Pip Length' containment reference.
        See Also:
        getPipLength()
      • getSession

        DataRefOrLiteral getSession()
        Returns the value of the 'Session' containment reference.

        The value is a representation of the name specified in the SESSION option; if that option is not used, the value is null.

        Returns:
        the value of the 'Session' containment reference.
        See Also:
        setSession(DataRefOrLiteral), COBOLPackage.getCicsExtractProcessStmt_Session()
      • setSession

        void setSession(DataRefOrLiteral value)
        Sets the value of the 'Session' containment reference.
        Parameters:
        value - the new value of the 'Session' containment reference.
        See Also:
        getSession()