org.codehaus.mojo.xml.transformer
Class NameValuePair

java.lang.Object
  extended by org.codehaus.mojo.xml.transformer.NameValuePair

public class NameValuePair
extends java.lang.Object

An instance of this class is used to specify an output property.


Constructor Summary
NameValuePair()
           
 
Method Summary
 java.lang.String getName()
          Returns the parameter name.
 java.lang.String getValue()
          Returns the parameter value.
 void setName(java.lang.String pName)
          Sets the parameter name.
 void setValue(java.lang.String pValue)
          Sets the parameter value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValuePair

public NameValuePair()
Method Detail

getName

public java.lang.String getName()
Returns the parameter name.


setName

public void setName(java.lang.String pName)
Sets the parameter name.


getValue

public java.lang.String getValue()
Returns the parameter value.


setValue

public void setValue(java.lang.String pValue)
Sets the parameter value.



Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.