|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.xml.transformer.NameValuePair
public class NameValuePair
An instance of this class is used to specify an output property.
| Constructor Summary | |
|---|---|
NameValuePair()
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the parameter name. |
String |
getValue()
Returns the parameter value. |
void |
setName(String pName)
Sets the parameter name. |
void |
setValue(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 |
|---|
public NameValuePair()
| Method Detail |
|---|
public String getName()
public void setName(String pName)
public String getValue()
public void setValue(String pValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||