com.ibm.cics.server
Class FormField

java.lang.Object
  extended by com.ibm.cics.server.NameValueData
      extended by com.ibm.cics.server.FormField

public class FormField
extends NameValueData

Usage:
This Class extends the NameValueData class and the class returned from HttpRequest methods:

Version:
02/12/16
Author:
Ian Shore, Adrian Bull

Method Summary
 java.lang.String getFormField()
          Usage:
Returns the value of a FormField-value pair.
 
Methods inherited from class com.ibm.cics.server.NameValueData
getName, getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormField

public java.lang.String getFormField()
Usage:
Returns the value of a FormField-value pair.

Returns:
The FormField-value pair value