org.jaffa.tools.domainmeta.uniface
Class TableInfoReader.Table

java.lang.Object
  extended byorg.jaffa.tools.domainmeta.uniface.TableInfoReader.Table
Enclosing class:
TableInfoReader

public static class TableInfoReader.Table
extends Object

An instance of this class represents a table defined in the TableInfo.xml file.


Constructor Summary
TableInfoReader.Table()
           
 
Method Summary
 String getDatabaseTable()
          Getter for property databaseTable.
 String getDomainObject()
          Getter for property domainObject.
 String getDomainPackage()
          Getter for property domainPackage.
 String getModuleName()
          Getter for property moduleName.
 String getRegenerate()
          Getter for property regenerate.
 String getSchema()
          Getter for property schema.
 String toString()
          Returns diagnostic information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableInfoReader.Table

public TableInfoReader.Table()
Method Detail

getDatabaseTable

public String getDatabaseTable()
Getter for property databaseTable.

Returns:
Value of property databaseTable.

getSchema

public String getSchema()
Getter for property schema.

Returns:
Value of property schema.

getModuleName

public String getModuleName()
Getter for property moduleName.

Returns:
Value of property moduleName.

getDomainObject

public String getDomainObject()
Getter for property domainObject.

Returns:
Value of property domainObject.

getDomainPackage

public String getDomainPackage()
Getter for property domainPackage.

Returns:
Value of property domainPackage.

getRegenerate

public String getRegenerate()
Getter for property regenerate.

Returns:
Value of property regenerate.

toString

public String toString()
Returns diagnostic information.

Returns:
a String containing diagnostic information.


Copyright © 2002-2004 JAFFA Project.