net.sf.jaxme.sqls
Interface BooleanConstraint.Type

All Known Implementing Classes:
BooleanConstraintImpl.TypeImpl
Enclosing interface:
BooleanConstraint

public static interface BooleanConstraint.Type

The type of a boolean constraint.


Field Summary
static BooleanConstraint.Type EQ
           
static BooleanConstraint.Type GE
           
static BooleanConstraint.Type GT
           
static BooleanConstraint.Type IN
           
static BooleanConstraint.Type ISNULL
           
static BooleanConstraint.Type LE
           
static BooleanConstraint.Type LIKE
           
static BooleanConstraint.Type LT
           
static BooleanConstraint.Type NE
           
 

Field Detail

EQ

public static final BooleanConstraint.Type EQ

NE

public static final BooleanConstraint.Type NE

LT

public static final BooleanConstraint.Type LT

GT

public static final BooleanConstraint.Type GT

LE

public static final BooleanConstraint.Type LE

GE

public static final BooleanConstraint.Type GE

LIKE

public static final BooleanConstraint.Type LIKE

ISNULL

public static final BooleanConstraint.Type ISNULL

IN

public static final BooleanConstraint.Type IN