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

Interface CicsWebStartBrowseQueryParmStmt

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


    public interface CicsWebStartBrowseQueryParmStmt
    extends CicsStmt
    A representation of the CICS WEB STARTBROWSE QUERYPARM command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWebStartBrowseQueryParmStmt()
    • 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; if no data area is specified, the value is null.

        Returns:
        the value of the 'Query Parm' containment reference.
        See Also:
        setQueryParm(DataRef), COBOLPackage.getCicsWebStartBrowseQueryParmStmt_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

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

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

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

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

        DataRefOrLiteral getHostCodePage()
        Returns the value of the 'Host Code Page' containment reference.

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

        Returns:
        the value of the 'Host Code Page' containment reference.
        See Also:
        setHostCodePage(DataRefOrLiteral), COBOLPackage.getCicsWebStartBrowseQueryParmStmt_HostCodePage()
      • setHostCodePage

        void setHostCodePage(DataRefOrLiteral value)
        Sets the value of the 'Host Code Page' containment reference.
        Parameters:
        value - the new value of the 'Host Code Page' containment reference.
        See Also:
        getHostCodePage()