org.apache.ws.jaxme.sqls.impl

Class BooleanConstraintImpl.TypeImpl

Enclosing Class:
BooleanConstraintImpl
Implemented Interfaces:
BooleanConstraint.Type, Serializable, SQLFactory.Ident

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

Default implementation of BooleanConstraint.Type.

Fields inherited from interface org.apache.ws.jaxme.sqls.BooleanConstraint.Type

BETWEEN, EQ, EXISTS, GE, GT, IN, ISNULL, LE, LIKE, LT, NE

Constructor Summary

TypeImpl(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

Constructor Details

TypeImpl

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