Adds a psf for the 1.3.x branch and duplicates the 1.2.x psf as trunk, which is what...
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / model / Constraint.java
1 package com.quantum.model;
2
3 /**
4  * @author BC
5  */
6 public interface Constraint {
7     public Entity getEntity();
8 }