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

Interface CicsWebReadNextQueryParmStmt

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


    public interface CicsWebReadNextQueryParmStmt
    extends CicsStmt
    A representation of the CICS WEB READNEXT QUERYPARM command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWebReadNextQueryParmStmt()
    • Method Detail

      • getQueryParm

        DataRef getQueryParm()
        Returns the value of the 'Query Parm' containment reference.

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

        Returns:
        the value of the 'Query Parm' containment reference.
        See Also:
        setQueryParm(DataRef), COBOLPackage.getCicsWebReadNextQueryParmStmt_QueryParm()
      • setQueryParm

        void setQueryParm(DataRef value)
        Sets the value of the 'Query Parm' containment reference.
        Parameters:
        value - the new value of the 'Query Parm' containment reference.
        See Also:
        getQueryParm()
      • getNameLength

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

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

        Returns:
        the value of the 'Name Length' containment reference.
        See Also:
        setNameLength(DataRef), COBOLPackage.getCicsWebReadNextQueryParmStmt_NameLength()
      • setNameLength

        void setNameLength(DataRef value)
        Sets the value of the 'Name Length' containment reference.
        Parameters:
        value - the new value of the 'Name Length' containment reference.
        See Also:
        getNameLength()
      • getValue

        DataRef getValue()
        Returns the value of the 'Value' containment reference.

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

        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(DataRef), COBOLPackage.getCicsWebReadNextQueryParmStmt_Value()
      • setValue

        void setValue(DataRef value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()
      • getValueLength

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

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

        Returns:
        the value of the 'Value Length' containment reference.
        See Also:
        setValueLength(DataRef), COBOLPackage.getCicsWebReadNextQueryParmStmt_ValueLength()
      • setValueLength

        void setValueLength(DataRef value)
        Sets the value of the 'Value Length' containment reference.
        Parameters:
        value - the new value of the 'Value Length' containment reference.
        See Also:
        getValueLength()