|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dbxml.xml.dtsm.TableGenerator
TableGenerator
Constructor Summary | |
TableGenerator()
|
Method Summary | |
java.lang.Object |
getProperty(java.lang.String name)
getProperty returns a named property value for this TableGenerator. |
SymbolTable |
getSymbolTable()
getSymbolTable returns the SymbolTable that is associated with this TableGenerator. |
abstract DocumentTable |
process()
process effectively kicks off the generation process and when complete, returns the new DocumentTable instance. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
setProperty sets a named property value for this TableGenerator. |
void |
setSymbolTable(SymbolTable symbols)
setSymbolTable sets the SymbolTable that will be associated with this TableGenerator. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableGenerator()
Method Detail |
public void setProperty(java.lang.String name, java.lang.Object value)
name
- the property namevalue
- the property valuepublic java.lang.Object getProperty(java.lang.String name)
name
- the property name
public SymbolTable getSymbolTable()
public void setSymbolTable(SymbolTable symbols)
symbols
- the SymbolTablepublic abstract DocumentTable process() throws DTSMException
DTSMException
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |