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

Interface CicsIntoClause

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


    public interface CicsIntoClause
    extends CicsIntoOrSetClause
    A representation of the INTO option in a CICS command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsIntoClause()
    • Method Detail

      • getDataArea

        DataRef getDataArea()
        Returns the value of the 'Data Area' containment reference.

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

        Returns:
        the value of the 'Data Area' containment reference.
        See Also:
        setDataArea(DataRef), COBOLPackage.getCicsIntoClause_DataArea()
      • setDataArea

        void setDataArea(DataRef value)
        Sets the value of the 'Data Area' containment reference.
        Parameters:
        value - the new value of the 'Data Area' containment reference.
        See Also:
        getDataArea()