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

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

public static class TableInfoReader.TableInfo
extends Object

An instance of this class represents a TableInfo.xml file.


Constructor Summary
TableInfoReader.TableInfo()
           
 
Method Summary
 String getApplicationName()
          Getter for property applicationName.
 String getPackagePrefix()
          Getter for property packagePrefix.
 List getTables()
          Getter for property tables.
 boolean isFullPackageNames()
          Getter for property fullPackageNames.
 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.TableInfo

public TableInfoReader.TableInfo()
Method Detail

getApplicationName

public String getApplicationName()
Getter for property applicationName.

Returns:
Value of property applicationName.

getPackagePrefix

public String getPackagePrefix()
Getter for property packagePrefix.

Returns:
Value of property packagePrefix.

isFullPackageNames

public boolean isFullPackageNames()
Getter for property fullPackageNames.

Returns:
Value of property fullPackageNames.

getTables

public List getTables()
Getter for property tables.

Returns:
Value of property tables.

toString

public String toString()
Returns diagnostic information.

Returns:
a String containing diagnostic information.


Copyright © 2002-2004 JAFFA Project.