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

Interface CicsStartChannelStmt

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


    public interface CicsStartChannelStmt
    extends CicsStmt
    A representation of the CICS START CHANNEL command.

    The following features are supported:

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

        DataRefOrLiteral getChannel()
        Returns the value of the 'Channel' containment reference.

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

        Returns:
        the value of the 'Channel' containment reference.
        See Also:
        setChannel(DataRefOrLiteral), COBOLPackage.getCicsStartChannelStmt_Channel()
      • setChannel

        void setChannel(DataRefOrLiteral value)
        Sets the value of the 'Channel' containment reference.
        Parameters:
        value - the new value of the 'Channel' containment reference.
        See Also:
        getChannel()
      • getTermId

        DataRefOrLiteral getTermId()
        Returns the value of the 'Term Id' containment reference.

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

        Returns:
        the value of the 'Term Id' containment reference.
        See Also:
        setTermId(DataRefOrLiteral), COBOLPackage.getCicsStartChannelStmt_TermId()
      • setTermId

        void setTermId(DataRefOrLiteral value)
        Sets the value of the 'Term Id' containment reference.
        Parameters:
        value - the new value of the 'Term Id' containment reference.
        See Also:
        getTermId()
      • 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.getCicsStartChannelStmt_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()
      • getSysId

        DataRefOrLiteral getSysId()
        Returns the value of the 'Sys Id' containment reference.

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

        Returns:
        the value of the 'Sys Id' containment reference.
        See Also:
        setSysId(DataRefOrLiteral), COBOLPackage.getCicsStartChannelStmt_SysId()
      • setSysId

        void setSysId(DataRefOrLiteral value)
        Sets the value of the 'Sys Id' containment reference.
        Parameters:
        value - the new value of the 'Sys Id' containment reference.
        See Also:
        getSysId()