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

Interface CicsSpoolOpenInputStmt

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


    public interface CicsSpoolOpenInputStmt
    extends CicsStmt
    A representation of the CICS SPOOLOPEN INPUT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSpoolOpenInputStmt()
    • Method Detail

      • getToken

        DataRef getToken()
        Returns the value of the 'Token' containment reference.

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

        Returns:
        the value of the 'Token' containment reference.
        See Also:
        setToken(DataRef), COBOLPackage.getCicsSpoolOpenInputStmt_Token()
      • setToken

        void setToken(DataRef value)
        Sets the value of the 'Token' containment reference.
        Parameters:
        value - the new value of the 'Token' containment reference.
        See Also:
        getToken()
      • getUserId

        DataRefOrLiteral getUserId()
        Returns the value of the 'User Id' containment reference.

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

        Returns:
        the value of the 'User Id' containment reference.
        See Also:
        setUserId(DataRefOrLiteral), COBOLPackage.getCicsSpoolOpenInputStmt_UserId()
      • setUserId

        void setUserId(DataRefOrLiteral value)
        Sets the value of the 'User Id' containment reference.
        Parameters:
        value - the new value of the 'User Id' containment reference.
        See Also:
        getUserId()
      • getClass_

        DataRefOrLiteral getClass_()
        Returns the value of the 'Class' containment reference.

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

        Returns:
        the value of the 'Class' containment reference.
        See Also:
        setClass(DataRefOrLiteral), COBOLPackage.getCicsSpoolOpenInputStmt_Class()
      • setClass

        void setClass(DataRefOrLiteral value)
        Sets the value of the 'Class' containment reference.
        Parameters:
        value - the new value of the 'Class' containment reference.
        See Also:
        getClass_()