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

Interface CicsAddressSetStmt

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


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

    The following features are supported:

    See Also:
    COBOLPackage.getCicsAddressSetStmt()
    • Method Detail

      • getSet

        DataRef getSet()
        Returns the value of the 'Set' containment reference.

        The value is a representation of the data area or pointer reference specified in the SET option.

        Returns:
        the value of the 'Set' containment reference.
        See Also:
        setSet(DataRef), COBOLPackage.getCicsAddressSetStmt_Set()
      • setSet

        void setSet(DataRef value)
        Sets the value of the 'Set' containment reference.
        Parameters:
        value - the new value of the 'Set' containment reference.
        See Also:
        getSet()
      • getUsing

        DataRef getUsing()
        Returns the value of the 'Using' containment reference.

        The value is a representation of the data area or pointer reference specified in the SET option.

        Returns:
        the value of the 'Using' containment reference.
        See Also:
        setUsing(DataRef), COBOLPackage.getCicsAddressSetStmt_Using()
      • setUsing

        void setUsing(DataRef value)
        Sets the value of the 'Using' containment reference.
        Parameters:
        value - the new value of the 'Using' containment reference.
        See Also:
        getUsing()