|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jdbcimporter.ant.EntityDefElement
The EntityDefElement provides an Ant wrapper for setting a EntityDef object from Ant.
Field Summary | |
protected EntityDef |
entityDef
The wrapped entity definition. |
Constructor Summary | |
EntityDefElement()
|
Method Summary | |
void |
addConfiguredProperty(PropertyElement element)
Adds a configured property element to the entity def. |
void |
setCatalog(java.lang.String name)
Sets the name of the catalog that contains the table. |
void |
setSchema(java.lang.String name)
Sets the name of the schema that owns the table. |
void |
setTable(java.lang.String name)
Sets the name of the table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected EntityDef entityDef
Constructor Detail |
public EntityDefElement()
Method Detail |
public void setSchema(java.lang.String name)
name
- name of the schemapublic void setCatalog(java.lang.String name)
name
- name of the catalogpublic void setTable(java.lang.String name)
name
- name of the tablepublic void addConfiguredProperty(PropertyElement element)
element
- the property element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |