Class NameValuePair
java.lang.Object
org.codehaus.mojo.xml.transformer.NameValuePair
An instance of this class is used to specify an output property.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NameValuePair
public NameValuePair()
-
-
Method Details
-
getName
Returns the parameter name.- Returns:
- The parameter name-
-
setName
Sets the parameter name.- Parameters:
pName
- The parameter name-
-
getValue
Returns the parameter value.- Returns:
- The parameter value.
-
setValue
Sets the parameter value.- Parameters:
pValue
- The parameter name-
-