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

Interface CicsQueryChannelStmt

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


    public interface CicsQueryChannelStmt
    extends CicsStmt
    A representation of the model object 'Cics Query Channel Stmt'.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsQueryChannelStmt()
    • 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.getCicsQueryChannelStmt_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()
      • getContainerCnt

        DataRef getContainerCnt()
        Returns the value of the 'Container Cnt' containment reference.

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

        Returns:
        the value of the 'Container Cnt' containment reference.
        See Also:
        setContainerCnt(DataRef), COBOLPackage.getCicsQueryChannelStmt_ContainerCnt()
      • setContainerCnt

        void setContainerCnt(DataRef value)
        Sets the value of the 'Container Cnt' containment reference.
        Parameters:
        value - the new value of the 'Container Cnt' containment reference.
        See Also:
        getContainerCnt()