public class NameEntry
extends java.lang.Object
| Constructor and Description |
|---|
NameEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name associated with the NameValue object.
|
java.lang.String |
getValue()
Returns the value associated with the NameValue object.
|
void |
setName(java.lang.String name)
Sets the name associated with the NameValue object.
|
void |
setValue(java.lang.String value)
Sets the value associated with the NameValue object.
|
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value as a string.public java.lang.String getName()
public void setName(java.lang.String name)
name - the value as a string.