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

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

public static class BooleanConstraintImpl.TypeImpl
extends SQLFactoryImpl.IdentImpl
implements BooleanConstraint.Type

Default implementation of BooleanConstraint.Type.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.ws.jaxme.sqls.BooleanConstraint.Type
BETWEEN, EQ, EXISTS, GE, GT, IN, ISNULL, LE, LIKE, LT, NE
 
Constructor Summary
BooleanConstraintImpl.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
 

Constructor Detail

BooleanConstraintImpl.TypeImpl

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