org.apache.ws.jaxme.sqls.impl

Class ConstraintImpl

Implemented Interfaces:
Constraint
Known Direct Subclasses:
CombinedConstraintImpl

public abstract class ConstraintImpl
extends java.lang.Object
implements Constraint

Author:
Jochen Wiedmann

Constructor Summary

ConstraintImpl(ConstrainedStatement pStatement)
Creates a new instance of ConstraintImpl.

Method Summary

ConstrainedStatement
getConstrainedStatement()
Returns the enclosing ConstrainedStatement.

Constructor Details

ConstraintImpl

public ConstraintImpl(ConstrainedStatement pStatement)
Creates a new instance of ConstraintImpl.

Method Details

getConstrainedStatement

public ConstrainedStatement getConstrainedStatement()
Returns the enclosing ConstrainedStatement.
Specified by:
getConstrainedStatement in interface Constraint