// AID-GENERATED // ========================================================================= // This class was generated by AID - Abstract Interface Definition // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. // ========================================================================= // Copyright 2005, FreeHEP. // AID - Compiler Test File package org.freehep.aid.test; /** * TestGenericsUse to test the aid compiler. * * @author Mark Donszelmann */ public interface ITestGenericsUse { public Object column(String name); public boolean addRow(); public <T> ITestGenericsDefine<T> findColumn(String name); } // class or interface