//This file generated automatically from the MARIUS LP system, please do not edit.

public interface OpcionCapturaFactoryIF {

 public final static int LISTA = 10;
 public final static int COMBO = 20;
 public OpcionCaptura creaCaptura(int tipo);

} //End of class OpcionCapturaFactoryIF
