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

Interface CicsWebReadNextFormFieldStmt

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


    public interface CicsWebReadNextFormFieldStmt
    extends CicsStmt
    A representation of the CICS WEB READNEXT FORMFIELD command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWebReadNextFormFieldStmt()
    • 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.getCicsWebReadNextFormFieldStmt_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

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

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

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

        void setNameLength(DataRef 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.

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