Statistics
| Revision:

root / trunk / applications / appCatalogYNomenclatorClient / src / es / gva / cit / catalogClient / languages / ILanguages.java @ 2047

History | View | Annotate | Download (442 Bytes)

1
/*
2
 * Created on 23-may-2005
3
 *
4
 * TODO To change the template for this generated file go to
5
 * Window - Preferences - Java - Code Style - Code Templates
6
 */
7
package es.gva.cit.catalogClient.languages;
8

    
9
/**
10
 * @author jpiera
11
 *
12
 * TODO To change the template for this generated type comment go to
13
 * Window - Preferences - Java - Code Style - Code Templates
14
 */
15
public interface ILanguages {
16
        //Return the query
17
        public String toString();
18

    
19
}