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

Interface CicsWebReadQueryParmStmt

    • Method Detail

      • getQueryParm

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

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

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

        void setQueryParm(DataRefOrLiteral 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.getCicsWebReadQueryParmStmt_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()
      • 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; if that option is not used, the value is null.

        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(DataRef), COBOLPackage.getCicsWebReadQueryParmStmt_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()
      • 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.getCicsWebReadQueryParmStmt_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()
      • 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.

        Returns:
        the value of the 'Value Length' containment reference.
        See Also:
        setValueLength(DataRef), COBOLPackage.getCicsWebReadQueryParmStmt_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()
      • 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.getCicsWebReadQueryParmStmt_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()
      • isPrivate

        boolean isPrivate()
        Returns the value of the 'Private' attribute.

        The value is true if the PRIVATE option is used; false otherwise.

        Returns:
        the value of the 'Private' attribute.
        See Also:
        setPrivate(boolean), COBOLPackage.getCicsWebReadQueryParmStmt_Private()
      • setPrivate

        void setPrivate(boolean value)
        Sets the value of the 'Private' attribute.
        Parameters:
        value - the new value of the 'Private' attribute.
        See Also:
        isPrivate()