net.sourceforge.jdbcimporter.ant
Class PropertyElement

java.lang.Object
  extended bynet.sourceforge.jdbcimporter.ant.PropertyElement

public class PropertyElement
extends java.lang.Object

The PropertyElement provides an Ant wrapper for setting a property into a connection definition, delimiter parser or plugin mapping.

Version:
0.6
Author:
Chris Nagy

Field Summary
protected  java.lang.String name
          The name of the property.
protected  java.lang.String value
          The value of the property.
 
Constructor Summary
PropertyElement()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the property.
 java.lang.String getValue()
          Returns the value of the property.
 void setName(java.lang.String nam)
          Sets the name of the property.
 void setValue(java.lang.String val)
          Sets the value of the property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
The name of the property.


value

protected java.lang.String value
The value of the property.

Constructor Detail

PropertyElement

public PropertyElement()
Method Detail

setName

public void setName(java.lang.String nam)
Sets the name of the property.

Parameters:
nam - the name of the property

setValue

public void setValue(java.lang.String val)
Sets the value of the property.

Parameters:
val - the value of the property

getName

public java.lang.String getName()
Returns the name of the property.

Returns:
name

getValue

public java.lang.String getValue()
Returns the value of the property.

Returns:
value