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

Interface CicsAllocateStmt

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


    public interface CicsAllocateStmt
    extends CicsStmt
    A representation of all variations of the CICS ALLOCATE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsAllocateStmt()
    • Method Detail

      • getSysId

        DataRefOrLiteral getSysId()
        Returns the value of the 'Sys Id' containment reference.

        The value is a representation of the system name specified in the SYSID option; if that option is not used, the value is null.

        Returns:
        the value of the 'Sys Id' containment reference.
        See Also:
        setSysId(DataRefOrLiteral), COBOLPackage.getCicsAllocateStmt_SysId()
      • setSysId

        void setSysId(DataRefOrLiteral value)
        Sets the value of the 'Sys Id' containment reference.
        Parameters:
        value - the new value of the 'Sys Id' containment reference.
        See Also:
        getSysId()
      • getProfile

        DataRefOrLiteral getProfile()
        Returns the value of the 'Profile' containment reference.

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

        Returns:
        the value of the 'Profile' containment reference.
        See Also:
        setProfile(DataRefOrLiteral), COBOLPackage.getCicsAllocateStmt_Profile()
      • setProfile

        void setProfile(DataRefOrLiteral value)
        Sets the value of the 'Profile' containment reference.
        Parameters:
        value - the new value of the 'Profile' containment reference.
        See Also:
        getProfile()
      • getPartner

        DataRefOrLiteral getPartner()
        Returns the value of the 'Partner' containment reference.

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

        Returns:
        the value of the 'Partner' containment reference.
        See Also:
        setPartner(DataRefOrLiteral), COBOLPackage.getCicsAllocateStmt_Partner()
      • setPartner

        void setPartner(DataRefOrLiteral value)
        Sets the value of the 'Partner' containment reference.
        Parameters:
        value - the new value of the 'Partner' containment reference.
        See Also:
        getPartner()
      • getState

        DataRef getState()
        Returns the value of the 'State' containment reference.

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

        Returns:
        the value of the 'State' containment reference.
        See Also:
        setState(DataRef), COBOLPackage.getCicsAllocateStmt_State()
      • setState

        void setState(DataRef value)
        Sets the value of the 'State' containment reference.
        Parameters:
        value - the new value of the 'State' containment reference.
        See Also:
        getState()
      • getSession

        DataRefOrLiteral getSession()
        Returns the value of the 'Session' containment reference.

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

        Returns:
        the value of the 'Session' containment reference.
        See Also:
        setSession(DataRefOrLiteral), COBOLPackage.getCicsAllocateStmt_Session()
      • setSession

        void setSession(DataRefOrLiteral value)
        Sets the value of the 'Session' containment reference.
        Parameters:
        value - the new value of the 'Session' containment reference.
        See Also:
        getSession()
      • isNoQueue

        boolean isNoQueue()
        Returns the value of the 'No Queue' attribute.

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

        Returns:
        the value of the 'No Queue' attribute.
        See Also:
        setNoQueue(boolean), COBOLPackage.getCicsAllocateStmt_NoQueue()
      • setNoQueue

        void setNoQueue(boolean value)
        Sets the value of the 'No Queue' attribute.
        Parameters:
        value - the new value of the 'No Queue' attribute.
        See Also:
        isNoQueue()
      • isNoSuspend

        boolean isNoSuspend()
        Returns the value of the 'No Suspend' attribute.

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

        Returns:
        the value of the 'No Suspend' attribute.
        See Also:
        setNoSuspend(boolean), COBOLPackage.getCicsAllocateStmt_NoSuspend()
      • setNoSuspend

        void setNoSuspend(boolean value)
        Sets the value of the 'No Suspend' attribute.
        Parameters:
        value - the new value of the 'No Suspend' attribute.
        See Also:
        isNoSuspend()