|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.NameValueData
public abstract class NameValueData
Usage:
This abstract class is used to store name value pairs.
Protected constructors and setters allow the name and value of a name-value pair to be set.
Getter methods allow the name and value of a name-value pair to be obtained.
Method Summary | |
---|---|
java.lang.String |
getName()
Usage: Returns the name of a name-value pair. |
java.lang.String |
getValue()
Usage: Returns the value of a name-value pair. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |