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

Interface CicsWSAContextDeleteStmt

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


    public interface CicsWSAContextDeleteStmt
    extends CicsStmt
    A representation of the CICS WSACONTEXT DELETE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWSAContextDeleteStmt()
    • Method Detail

      • getChannel

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

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

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