1 /* 2 * To change this license header, choose License Headers in Project Properties. 3 * To change this template file, choose Tools | Templates 4 * and open the template in the editor. 5 */ 6 7 package fr.paris.lutece.plugins.dataviz.business; 8 9 import fr.paris.lutece.util.ReferenceList; 10 11 /** 12 * 13 * @author evrardmax 14 */ 15 public interface IList 16 { 17 ReferenceList getList (); 18 }