|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.certsrv.common.NameValuePair
public class NameValuePair
A class represents a name value pair. A name value pair consists of a name and a value.
| Constructor Summary | |
|---|---|
NameValuePair(java.lang.String name,
java.lang.String value)
Constructs value pair object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retrieves the name. |
java.lang.String |
getValue()
Retrieves the value. |
void |
setValue(java.lang.String value)
Sets the value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NameValuePair(java.lang.String name,
java.lang.String value)
name - namevalue - value| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||