org.apache.ws.jaxme.sqls
Interface CombinedConstraint.Type

All Known Implementing Classes:
CombinedConstraintImpl.TypeImpl
Enclosing interface:
CombinedConstraint

public static interface CombinedConstraint.Type

Specifies, how the various boolean constraints are combined.


Field Summary
static CombinedConstraint.Type AND
          Specifies, that boolean constraints are combined with a boolean AND.
static CombinedConstraint.Type OR
          Specifies, that boolean constraints are combined with a boolean OR.
 

Field Detail

AND

static final CombinedConstraint.Type AND
Specifies, that boolean constraints are combined with a boolean AND.


OR

static final CombinedConstraint.Type OR
Specifies, that boolean constraints are combined with a boolean OR.