public final class NVPair extends Object
| Constructor and Description |
|---|
NVPair(NVPair p)
Creates a copy of a given name/value pair.
|
NVPair(String name,
String value)
Creates a new name/value pair and initializes it to the specified name and
value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name.
|
String |
getValue()
Get the value.
|
String |
toString()
Produces a string containing the name and value of this instance.
|
public NVPair(String name, String value)
name - the namevalue - the valuepublic NVPair(NVPair p)
p - the name/value pair to copyCopyright © 2018 eXo Platform SAS. All Rights Reserved.