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

Interface CicsReturnTransactionIdClause

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


    public interface CicsReturnTransactionIdClause
    extends ASTNode
    A representation of the TRANSID option and related options in the CICS RETURN command.

    The following features are supported:

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

        CicsCommunicationAreaClause getCommAreaClause()
        Returns the value of the 'Comm Area Clause' containment reference.

        The value is a representation of the COMMAREA and LENGTH options; if those options are not used, the value is null.

        Returns:
        the value of the 'Comm Area Clause' containment reference.
        See Also:
        setCommAreaClause(CicsCommunicationAreaClause), COBOLPackage.getCicsReturnTransactionIdClause_CommAreaClause()
      • isImmediate

        boolean isImmediate()
        Returns the value of the 'Immediate' attribute.

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

        Returns:
        the value of the 'Immediate' attribute.
        See Also:
        setImmediate(boolean), COBOLPackage.getCicsReturnTransactionIdClause_Immediate()
      • setImmediate

        void setImmediate(boolean value)
        Sets the value of the 'Immediate' attribute.
        Parameters:
        value - the new value of the 'Immediate' attribute.
        See Also:
        isImmediate()
      • getChannel

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

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

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