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

Interface CicsReceivePartnStmt

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


    public interface CicsReceivePartnStmt
    extends CicsStmt
    A representation of the CICS RECEIVE PARTN command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsReceivePartnStmt()
    • Method Detail

      • getPartn

        DataRef getPartn()
        Returns the value of the 'Partn' containment reference.

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

        Returns:
        the value of the 'Partn' containment reference.
        See Also:
        setPartn(DataRef), COBOLPackage.getCicsReceivePartnStmt_Partn()
      • setPartn

        void setPartn(DataRef value)
        Sets the value of the 'Partn' containment reference.
        Parameters:
        value - the new value of the 'Partn' containment reference.
        See Also:
        getPartn()
      • getIntoOrSetClause

        CicsIntoOrSetClause getIntoOrSetClause()
        Returns the value of the 'Into Or Set Clause' containment reference.

        The value is a representation of the INTO or SET options; if those options are not set, the value is null.

        Returns:
        the value of the 'Into Or Set Clause' containment reference.
        See Also:
        setIntoOrSetClause(CicsIntoOrSetClause), COBOLPackage.getCicsReceivePartnStmt_IntoOrSetClause()
      • getLength

        DataRefOrLiteral getLength()
        Returns the value of the 'Length' containment reference.

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

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRefOrLiteral), COBOLPackage.getCicsReceivePartnStmt_Length()
      • setLength

        void setLength(DataRefOrLiteral value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • isAsIs

        boolean isAsIs()
        Returns the value of the 'As Is' attribute.

        The value is true if the ASIS option is used; false otherwise.

        Returns:
        the value of the 'As Is' attribute.
        See Also:
        setAsIs(boolean), COBOLPackage.getCicsReceivePartnStmt_AsIs()
      • setAsIs

        void setAsIs(boolean value)
        Sets the value of the 'As Is' attribute.
        Parameters:
        value - the new value of the 'As Is' attribute.
        See Also:
        isAsIs()