|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aurigalogic.aurigadoc.ant.Param
This class models a param element for the AurigaDoc ant task.
Constructor Summary | |
Param()
|
Method Summary | |
java.lang.String |
getName()
Gets the param name. |
java.lang.String |
getValue()
Gets the param value. |
void |
setName(java.lang.String n)
Sets the name attribute of the param element. |
void |
setValue(java.lang.String v)
Sets the value attribute of the param element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Param()
Method Detail |
public void setName(java.lang.String n)
n
- the param namepublic java.lang.String getName()
public void setValue(java.lang.String v)
v
- the param valuepublic java.lang.String getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |