|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jdbcimporter.ant.PropertyElement
The PropertyElement provides an Ant wrapper for setting a property into a connection definition, delimiter parser or plugin mapping.
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 |
protected java.lang.String name
protected java.lang.String value
Constructor Detail |
public PropertyElement()
Method Detail |
public void setName(java.lang.String nam)
nam
- the name of the propertypublic void setValue(java.lang.String val)
val
- the value of the propertypublic java.lang.String getName()
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |