xdoclet
Class ConfigParameter

java.lang.Object
  extended by xdoclet.ConfigParameter
All Implemented Interfaces:
java.io.Serializable

public final class ConfigParameter
extends java.lang.Object
implements java.io.Serializable

Allows to set configuration parameters that will be included in the element as attribute value pair.
The following input

<configParam name="foo" value="bar"/>

will give

<foo>bar</foo>

Version:
$Revision: 1.7 $
Author:
Ara Abrahamian (ara_e@email.com)
See Also:
Serialized Form
ant.element
name = "configParam"
created
Jan 21, 2002

Constructor Summary
ConfigParameter()
           
 
Method Summary
 java.lang.String getName()
          Gets the Name attribute of the ConfigParameter object
 java.lang.String getValue()
          Gets the Value attribute of the ConfigParameter object
 void setName(java.lang.String name)
          The name of the parameter.
 void setValue(java.lang.String value)
          The value of the parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigParameter

public ConfigParameter()
Method Detail

getName

public java.lang.String getName()
Gets the Name attribute of the ConfigParameter object

Returns:
The Name value

getValue

public java.lang.String getValue()
Gets the Value attribute of the ConfigParameter object

Returns:
The Value value

setName

public void setName(java.lang.String name)
The name of the parameter.

Parameters:
name - The new Name value
ant.required
Yes

setValue

public void setValue(java.lang.String value)
The value of the parameter.

Parameters:
value - The new Value value
ant.required
Yes

http://xdoclet.sourceforge.net/