1 /*
2 * $Id: IInputTypeItem.java,v 1.1 2007/02/02 17:33:31 oeuillot Exp $
3 */
4 package org.rcfaces.core.item;
5
6 /**
7 *
8 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
9 * @version $Revision: 1.1 $ $Date: 2007/02/02 17:33:31 $
10 */
11 public interface IInputTypeItem {
12
13 int getInputType();
14 }