org.apache.ws.jaxme.sqls.impl
Class ExpressionImpl.TypeImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
      extended by org.apache.ws.jaxme.sqls.impl.ExpressionImpl.TypeImpl
All Implemented Interfaces:
java.io.Serializable, Expression.Type, SQLFactory.Ident
Enclosing class:
ExpressionImpl

public static class ExpressionImpl.TypeImpl
extends SQLFactoryImpl.IdentImpl
implements Expression.Type

Default implementation of Expression.Type.

See Also:
Serialized Form

Constructor Summary
ExpressionImpl.TypeImpl(java.lang.String pName)
          Creates a new instance with the given name.
 
Method Summary
 
Methods inherited from class org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
equals, 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
 

Constructor Detail

ExpressionImpl.TypeImpl

public ExpressionImpl.TypeImpl(java.lang.String pName)
Creates a new instance with the given name.