org.apache.ws.jaxme.sqls.impl
Class ConstraintImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.ConstraintImpl
All Implemented Interfaces:
Constraint
Direct Known 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintImpl

public ConstraintImpl(ConstrainedStatement pStatement)

Creates a new instance of ConstraintImpl.

Method Detail

getConstrainedStatement

public ConstrainedStatement getConstrainedStatement()
Description copied from interface: Constraint

Returns the enclosing ConstrainedStatement.

Specified by:
getConstrainedStatement in interface Constraint