org.apache.ws.jaxme.sqls

Interface CombinedConstraint.Type

Known Implementing Classes:
CombinedConstraintImpl.TypeImpl

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 Details

AND

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

OR

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