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

Interface CicsStartBrExitStmt

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


    public interface CicsStartBrExitStmt
    extends CicsStmt
    A representation of the CICS START BREXIT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsStartBrExitStmt()
    • Method Detail

      • getTransId

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

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

        Returns:
        the value of the 'Trans Id' containment reference.
        See Also:
        setTransId(DataRefOrLiteral), COBOLPackage.getCicsStartBrExitStmt_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()
      • getBrData

        DataRef getBrData()
        Returns the value of the 'Br Data' containment reference.

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

        Returns:
        the value of the 'Br Data' containment reference.
        See Also:
        setBrData(DataRef), COBOLPackage.getCicsStartBrExitStmt_BrData()
      • setBrData

        void setBrData(DataRef value)
        Sets the value of the 'Br Data' containment reference.
        Parameters:
        value - the new value of the 'Br Data' containment reference.
        See Also:
        getBrData()
      • getBrDataLength

        DataRefOrLiteral getBrDataLength()
        Returns the value of the 'Br Data Length' containment reference.

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

        Returns:
        the value of the 'Br Data Length' containment reference.
        See Also:
        setBrDataLength(DataRefOrLiteral), COBOLPackage.getCicsStartBrExitStmt_BrDataLength()
      • setBrDataLength

        void setBrDataLength(DataRefOrLiteral value)
        Sets the value of the 'Br Data Length' containment reference.
        Parameters:
        value - the new value of the 'Br Data Length' containment reference.
        See Also:
        getBrDataLength()
      • 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 that option is not used, the value is null.

        Returns:
        the value of the 'User Id' containment reference.
        See Also:
        setUserId(DataRefOrLiteral), COBOLPackage.getCicsStartBrExitStmt_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()
      • getBrExit

        DataRefOrLiteral getBrExit()
        Returns the value of the 'Br Exit' containment reference.

        The value is a representation of the name specified in the BREXIT option; if no name is specified, the value is null.

        Returns:
        the value of the 'Br Exit' containment reference.
        See Also:
        setBrExit(DataRefOrLiteral), COBOLPackage.getCicsStartBrExitStmt_BrExit()
      • setBrExit

        void setBrExit(DataRefOrLiteral value)
        Sets the value of the 'Br Exit' containment reference.
        Parameters:
        value - the new value of the 'Br Exit' containment reference.
        See Also:
        getBrExit()