net.sf.jaxme.sqls.impl
Class TableImpl.NameImpl

java.lang.Object
  extended bynet.sf.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
      extended bynet.sf.jaxme.sqls.impl.TableImpl.NameImpl
All Implemented Interfaces:
java.io.Serializable, SQLFactory.Ident, Table.Name
Enclosing class:
TableImpl

public static class TableImpl.NameImpl
extends SQLFactoryImpl.IdentImpl
implements Table.Name

See Also:
Serialized Form

Constructor Summary
TableImpl.NameImpl(java.lang.String pName)
           
 
Methods inherited from class net.sf.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
equals, getName, hashcode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.jaxme.sqls.SQLFactory.Ident
getName
 

Constructor Detail

TableImpl.NameImpl

public TableImpl.NameImpl(java.lang.String pName)