Revision 3566 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/traductor/ITranslator.java

View differences:

ITranslator.java
1

  
1 2
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
2 3
*
3 4
* Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
......
39 40
*   dac@iver.es
40 41
*/
41 42
package es.gva.cit.catalogClient.traductor;
42

  
43 43
/**
44 44
 * Interface that must be implemented by all the translator classes
45
 * 
46
 * 
45 47
 * @author Jorge Piera Llodra (piera_jor@gva.es)
46 48
 */
47 49
public interface ITranslator {
50
/**
51
 * 
52
 * 
53
 * 
54
 * @return 
55
 * @param key 
56
 */
48 57
    public String getText(String key);
49
    
50 58
}
59

  
60

  

Also available in: Unified diff