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

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

public static class CombinedConstraintImpl.TypeImpl
extends SQLFactoryImpl.IdentImpl
implements CombinedConstraint.Type

Default implementation of CombinedConstraint.Type.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.ws.jaxme.sqls.CombinedConstraint.Type
AND, OR
 
Constructor Summary
CombinedConstraintImpl.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

CombinedConstraintImpl.TypeImpl

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