public abstract class NameValueData
extends java.lang.Object
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.
Modifier and Type | Method and Description |
---|---|
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. |
public java.lang.String getName()
public java.lang.String getValue()