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

Interface CicsDeleteChannelStmt

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


    public interface CicsDeleteChannelStmt
    extends CicsStmt
    A representation of the model object 'Cics Delete Channel Stmt'.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDeleteChannelStmt()
    • Method Detail

      • getChannel

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

        If the meaning of the 'Channel' containment reference isn't clear, there really should be more of a description here...

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