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

Interface CicsWebStartBrowseFormFieldStmt

    • 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; if no data area is specified, the value is null.

        Returns:
        the value of the 'Form Field' containment reference.
        See Also:
        setFormField(DataRef), COBOLPackage.getCicsWebStartBrowseFormFieldStmt_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.getCicsWebStartBrowseFormFieldStmt_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()
      • 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.getCicsWebStartBrowseFormFieldStmt_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.getCicsWebStartBrowseFormFieldStmt_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.getCicsWebStartBrowseFormFieldStmt_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()