org.melati.poem.prepro
Class TableNamingStore
java.lang.Object
org.melati.poem.prepro.TableNamingStore
public class TableNamingStore
- extends Object
A store of naming information for a Table
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableNamingStore
public TableNamingStore()
- Constructor.
add
public TableNamingInfo add(String packageName,
String projectNameIn,
String name,
String superclass)
throws org.melati.poem.prepro.HiddenTableException
- Add a table to the naming store.
- Parameters:
packageName
- fully qualified java package nameprojectNameIn
- short name of projectname
- the name of this tablesuperclass
- not null if table extends another
- Returns:
- a newly created
TableNamingInfo
- Throws:
HiddenTableException
- if this table has the same name as
one already encountered but does not extend it
Copyright © 2000-2010 PanEris. All Rights Reserved.