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

Interface CicsAddressStmt

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


    public interface CicsAddressStmt
    extends CicsStmt
    A representation of the CICS ADDRESS command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsAddressStmt()
    • Method Detail

      • getACEE

        DataRef getACEE()
        Returns the value of the 'ACEE' containment reference.

        The value is a representation of the pointer reference specified in the ACEE option; if that option is not used, the value is null.

        Returns:
        the value of the 'ACEE' containment reference.
        See Also:
        setACEE(DataRef), COBOLPackage.getCicsAddressStmt_ACEE()
      • setACEE

        void setACEE(DataRef value)
        Sets the value of the 'ACEE' containment reference.
        Parameters:
        value - the new value of the 'ACEE' containment reference.
        See Also:
        getACEE()
      • getCommArea

        DataRef getCommArea()
        Returns the value of the 'Comm Area' containment reference.

        The value is a representation of the pointer reference specified in the COMMAREA option; if that option is not used, the value is null.

        Returns:
        the value of the 'Comm Area' containment reference.
        See Also:
        setCommArea(DataRef), COBOLPackage.getCicsAddressStmt_CommArea()
      • setCommArea

        void setCommArea(DataRef value)
        Sets the value of the 'Comm Area' containment reference.
        Parameters:
        value - the new value of the 'Comm Area' containment reference.
        See Also:
        getCommArea()
      • getCWA

        DataRef getCWA()
        Returns the value of the 'CWA' containment reference.

        The value is a representation of the pointer reference specified in the CWA option; if that option is not used, the value is null.

        Returns:
        the value of the 'CWA' containment reference.
        See Also:
        setCWA(DataRef), COBOLPackage.getCicsAddressStmt_CWA()
      • setCWA

        void setCWA(DataRef value)
        Sets the value of the 'CWA' containment reference.
        Parameters:
        value - the new value of the 'CWA' containment reference.
        See Also:
        getCWA()
      • getEIB

        DataRef getEIB()
        Returns the value of the 'EIB' containment reference.

        The value is a representation of the pointer reference specified in the EIB option; if that option is not used, the value is null.

        Returns:
        the value of the 'EIB' containment reference.
        See Also:
        setEIB(DataRef), COBOLPackage.getCicsAddressStmt_EIB()
      • setEIB

        void setEIB(DataRef value)
        Sets the value of the 'EIB' containment reference.
        Parameters:
        value - the new value of the 'EIB' containment reference.
        See Also:
        getEIB()
      • getTCTUA

        DataRef getTCTUA()
        Returns the value of the 'TCTUA' containment reference.

        The value is a representation of the pointer reference specified in the TCTUA option; if that option is not used, the value is null.

        Returns:
        the value of the 'TCTUA' containment reference.
        See Also:
        setTCTUA(DataRef), COBOLPackage.getCicsAddressStmt_TCTUA()
      • setTCTUA

        void setTCTUA(DataRef value)
        Sets the value of the 'TCTUA' containment reference.
        Parameters:
        value - the new value of the 'TCTUA' containment reference.
        See Also:
        getTCTUA()
      • getTWA

        DataRef getTWA()
        Returns the value of the 'TWA' containment reference.

        The value is a representation of the pointer reference specified in the TWA option; if that option is not used, the value is null.

        Returns:
        the value of the 'TWA' containment reference.
        See Also:
        setTWA(DataRef), COBOLPackage.getCicsAddressStmt_TWA()
      • setTWA

        void setTWA(DataRef value)
        Sets the value of the 'TWA' containment reference.
        Parameters:
        value - the new value of the 'TWA' containment reference.
        See Also:
        getTWA()