View Javadoc

1   package net.sourceforge.addam.ddlgen;
2   
3   /**
4    * Created by IntelliJ IDEA.
5    * User: tim3
6    * Date: Oct 30, 2006
7    * Time: 1:21:03 AM
8    * To change this template use File | Settings | File Templates.
9    */
10  public interface Filter {
11      public boolean includes(String objectName);
12  }