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

Interface CicsWebReadFormFieldStmt

    • Method Detail

      • getFormField

        DataRef getFormField()
        Returns the value of the 'Form Field' containment reference.

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

        Returns:
        the value of the 'Form Field' containment reference.
        See Also:
        setFormField(DataRef), COBOLPackage.getCicsWebReadFormFieldStmt_FormField()
      • setFormField

        void setFormField(DataRef value)
        Sets the value of the 'Form Field' containment reference.
        Parameters:
        value - the new value of the 'Form Field' containment reference.
        See Also:
        getFormField()
      • 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.getCicsWebReadFormFieldStmt_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.getCicsWebReadFormFieldStmt_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.getCicsWebReadFormFieldStmt_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.getCicsWebReadFormFieldStmt_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()
      • 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.getCicsWebReadFormFieldStmt_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()
      • 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.getCicsWebReadFormFieldStmt_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()
      • getClntCodePage

        DataRefOrLiteral getClntCodePage()
        Returns the value of the 'Clnt Code Page' containment reference.

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

        Returns:
        the value of the 'Clnt Code Page' containment reference.
        See Also:
        setClntCodePage(DataRefOrLiteral), COBOLPackage.getCicsWebReadFormFieldStmt_ClntCodePage()
      • setClntCodePage

        void setClntCodePage(DataRefOrLiteral value)
        Sets the value of the 'Clnt Code Page' containment reference.
        Parameters:
        value - the new value of the 'Clnt Code Page' containment reference.
        See Also:
        getClntCodePage()
      • 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.getCicsWebReadFormFieldStmt_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()