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

Interface CicsInputMessageClause

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


    public interface CicsInputMessageClause
    extends ASTNode
    A representation of the CICS options INPUTMSG and INPUTMSGLEN.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsInputMessageClause()
    • Method Detail

      • getInputMsg

        DataRef getInputMsg()
        Returns the value of the 'Input Msg' containment reference.

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

        Returns:
        the value of the 'Input Msg' containment reference.
        See Also:
        setInputMsg(DataRef), COBOLPackage.getCicsInputMessageClause_InputMsg()
      • setInputMsg

        void setInputMsg(DataRef value)
        Sets the value of the 'Input Msg' containment reference.
        Parameters:
        value - the new value of the 'Input Msg' containment reference.
        See Also:
        getInputMsg()
      • getInputMsgLen

        DataRefOrLiteral getInputMsgLen()
        Returns the value of the 'Input Msg Len' containment reference.

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

        Returns:
        the value of the 'Input Msg Len' containment reference.
        See Also:
        setInputMsgLen(DataRefOrLiteral), COBOLPackage.getCicsInputMessageClause_InputMsgLen()
      • setInputMsgLen

        void setInputMsgLen(DataRefOrLiteral value)
        Sets the value of the 'Input Msg Len' containment reference.
        Parameters:
        value - the new value of the 'Input Msg Len' containment reference.
        See Also:
        getInputMsgLen()