com.aurigalogic.aurigadoc.ant
Class Param

java.lang.Object
  extended bycom.aurigalogic.aurigadoc.ant.Param

public class Param
extends java.lang.Object

This class models a param element for the AurigaDoc ant task.

Version:
$Revision: 1 $ $Date: 2005-10-07 18:15:00 +0530 (Fri, 07 Oct 2005) $
Author:
Khurshidali Shaikh

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

Param

public Param()
Method Detail

setName

public void setName(java.lang.String n)
Sets the name attribute of the param element.

Parameters:
n - the param name

getName

public java.lang.String getName()
Gets the param name.

Returns:
the param name

setValue

public void setValue(java.lang.String v)
Sets the value attribute of the param element

Parameters:
v - the param value

getValue

public java.lang.String getValue()
Gets the param value.

Returns:
param value


Auriga Logic Pvt. Ltd. (http://www.aurigalogic.com/)