com.ibm.cics.server

Class QueryParm



  • public class QueryParm
    extends NameValueData
    This Class extends the NameValueData class and the class returned from HttpRequest method:
    • getNextQueryParm()
    Since CICS TS version:
    4.1
    Since package version:
    1.200.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getParm()
      Returns a name-value pair.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getParm

        public java.lang.String getParm()
        Returns a name-value pair.
        Returns:
        The name-value pair
        Since CICS TS version:
        4.1
        Since package version:
        1.200.0