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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.ws.jaxme.sqls.BooleanConstraint.Type
EQ, EXISTS, GE, GT, IN, ISNULL, LE, LIKE, LT, NE
 
Constructor Summary
BooleanConstraintImpl.TypeImpl(java.lang.String pName)
           
 
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, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanConstraintImpl.TypeImpl

public BooleanConstraintImpl.TypeImpl(java.lang.String pName)