org.apache.ws.jaxme.sqls
Interface BooleanConstraint

All Superinterfaces:
Constraint, Parts
All Known Implementing Classes:
BooleanConstraintImpl

public interface BooleanConstraint
extends Constraint, Parts

Author:
Jochen Wiedmann

Nested Class Summary
static interface BooleanConstraint.Type
          The type of a boolean constraint.
 
Method Summary
 BooleanConstraint.Type getType()
          Returns the boolean constraints type.
 
Methods inherited from interface org.apache.ws.jaxme.sqls.Constraint
getConstrainedStatement
 
Methods inherited from interface org.apache.ws.jaxme.sqls.Parts
addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPart, addPlaceholder, addRawSQLPart, createDIFFERENCE, createPRODUCT, createQUOTIENT, createSUM, getMaximumParts, getMinimumParts, getNumParts, getParts
 

Method Detail

getType

BooleanConstraint.Type getType()

Returns the boolean constraints type.