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

Interface CicsFreeMainStmt

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


    public interface CicsFreeMainStmt
    extends CicsStmt
    A representation of the CICS FREEMAIN command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsFreeMainStmt()
    • Method Detail

      • getData

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

        The value is a representation of the data area specified in the DATA option; if that option is not used, the value is null.

        Returns:
        the value of the 'Data' containment reference.
        See Also:
        setData(DataRef), COBOLPackage.getCicsFreeMainStmt_Data()
      • setData

        void setData(DataRef value)
        Sets the value of the 'Data' containment reference.
        Parameters:
        value - the new value of the 'Data' containment reference.
        See Also:
        getData()
      • getDataPointer

        DataRefOrLiteral getDataPointer()
        Returns the value of the 'Data Pointer' containment reference.

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

        Returns:
        the value of the 'Data Pointer' containment reference.
        See Also:
        setDataPointer(DataRefOrLiteral), COBOLPackage.getCicsFreeMainStmt_DataPointer()
      • setDataPointer

        void setDataPointer(DataRefOrLiteral value)
        Sets the value of the 'Data Pointer' containment reference.
        Parameters:
        value - the new value of the 'Data Pointer' containment reference.
        See Also:
        getDataPointer()