org.apache.ws.jaxme.sqls.impl

Class BooleanConstraintImpl

public class BooleanConstraintImpl extends PartsImpl implements BooleanConstraint

Author: Jochen Wiedmann

Nested Class Summary
static classBooleanConstraintImpl.TypeImpl
Default implementation of {@link BooleanConstraint.Type}.
Constructor Summary
protected BooleanConstraintImpl(CombinedConstraint pCombinedConstraint, BooleanConstraint.Type pType)
Method Summary
protected voidadd(Object pPart)
ConstrainedStatementgetConstrainedStatement()
intgetMaximumParts()
intgetMinimumParts()
BooleanConstraint.TypegetType()

Constructor Detail

BooleanConstraintImpl

protected BooleanConstraintImpl(CombinedConstraint pCombinedConstraint, BooleanConstraint.Type pType)

Method Detail

add

protected void add(Object pPart)

getConstrainedStatement

public ConstrainedStatement getConstrainedStatement()

getMaximumParts

public int getMaximumParts()

getMinimumParts

public int getMinimumParts()

getType

public BooleanConstraint.Type getType()