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

Interface CicsWebTranslationClause

    • Method Detail

      • getCharacterSet

        DataRefOrLiteral getCharacterSet()
        Returns the value of the 'Character Set' containment reference.

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

        Returns:
        the value of the 'Character Set' containment reference.
        See Also:
        setCharacterSet(DataRefOrLiteral), COBOLPackage.getCicsWebTranslationClause_CharacterSet()
      • setCharacterSet

        void setCharacterSet(DataRefOrLiteral value)
        Sets the value of the 'Character Set' containment reference.
        Parameters:
        value - the new value of the 'Character Set' containment reference.
        See Also:
        getCharacterSet()
      • isCLIConvert

        boolean isCLIConvert()
        Returns the value of the 'CLI Convert' attribute.

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

        Returns:
        the value of the 'CLI Convert' attribute.
        See Also:
        setCLIConvert(boolean), COBOLPackage.getCicsWebTranslationClause_CLIConvert()
      • setCLIConvert

        void setCLIConvert(boolean value)
        Sets the value of the 'CLI Convert' attribute.
        Parameters:
        value - the new value of the 'CLI Convert' attribute.
        See Also:
        isCLIConvert()
      • isNoInConvert

        boolean isNoInConvert()
        Returns the value of the 'No In Convert' attribute.

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

        Returns:
        the value of the 'No In Convert' attribute.
        See Also:
        setNoInConvert(boolean), COBOLPackage.getCicsWebTranslationClause_NoInConvert()
      • setNoInConvert

        void setNoInConvert(boolean value)
        Sets the value of the 'No In Convert' attribute.
        Parameters:
        value - the new value of the 'No In Convert' attribute.
        See Also:
        isNoInConvert()
      • isNoOutConvert

        boolean isNoOutConvert()
        Returns the value of the 'No Out Convert' attribute.

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

        Returns:
        the value of the 'No Out Convert' attribute.
        See Also:
        setNoOutConvert(boolean), COBOLPackage.getCicsWebTranslationClause_NoOutConvert()
      • setNoOutConvert

        void setNoOutConvert(boolean value)
        Sets the value of the 'No Out Convert' attribute.
        Parameters:
        value - the new value of the 'No Out Convert' attribute.
        See Also:
        isNoOutConvert()
      • isNoCLIConvert

        boolean isNoCLIConvert()
        Returns the value of the 'No CLI Convert' attribute.

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

        Returns:
        the value of the 'No CLI Convert' attribute.
        See Also:
        setNoCLIConvert(boolean), COBOLPackage.getCicsWebTranslationClause_NoCLIConvert()
      • setNoCLIConvert

        void setNoCLIConvert(boolean value)
        Sets the value of the 'No CLI Convert' attribute.
        Parameters:
        value - the new value of the 'No CLI Convert' attribute.
        See Also:
        isNoCLIConvert()
      • getClientConv

        DataRefOrLiteral getClientConv()
        Returns the value of the 'Client Conv' containment reference.

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

        Returns:
        the value of the 'Client Conv' containment reference.
        See Also:
        setClientConv(DataRefOrLiteral), COBOLPackage.getCicsWebTranslationClause_ClientConv()
      • setClientConv

        void setClientConv(DataRefOrLiteral value)
        Sets the value of the 'Client Conv' containment reference.
        Parameters:
        value - the new value of the 'Client Conv' containment reference.
        See Also:
        getClientConv()