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

Interface CicsExtractLogonMsgStmt

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


    public interface CicsExtractLogonMsgStmt
    extends CicsStmt
    A representation of the CICS EXTRACT LOGONMSG command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsExtractLogonMsgStmt()
    • Method Detail

      • getInto

        DataRef getInto()
        Returns the value of the 'Into' containment reference.

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

        Returns:
        the value of the 'Into' containment reference.
        See Also:
        setInto(DataRef), COBOLPackage.getCicsExtractLogonMsgStmt_Into()
      • setInto

        void setInto(DataRef value)
        Sets the value of the 'Into' containment reference.
        Parameters:
        value - the new value of the 'Into' containment reference.
        See Also:
        getInto()
      • getSet

        DataRef getSet()
        Returns the value of the 'Set' containment reference.

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

        Returns:
        the value of the 'Set' containment reference.
        See Also:
        setSet(DataRef), COBOLPackage.getCicsExtractLogonMsgStmt_Set()
      • setSet

        void setSet(DataRef value)
        Sets the value of the 'Set' containment reference.
        Parameters:
        value - the new value of the 'Set' containment reference.
        See Also:
        getSet()
      • getLength

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

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

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

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