org.apache.ws.jaxme.sqls.impl
Class SchemaImpl.NameImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
      extended by org.apache.ws.jaxme.sqls.impl.SchemaImpl.NameImpl
All Implemented Interfaces:
java.io.Serializable, Schema.Name, SQLFactory.Ident
Enclosing class:
SchemaImpl

public static class SchemaImpl.NameImpl
extends SQLFactoryImpl.IdentImpl
implements Schema.Name

See Also:
Serialized Form

Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.sqls.SQLFactory.Ident
getName
 

Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class SQLFactoryImpl.IdentImpl