/Prototipo/Servlet/src/java/ElemGeograf.java

http://prototipomemoria.googlecode.com/ · Java · 15 lines · 4 code · 3 blank · 8 comment · 0 complexity · 2da2e4e1821686cebace930bf81b73f5 MD5 · raw file

  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. /**
  6. *
  7. * @author Fran
  8. */
  9. public interface ElemGeograf {
  10. public String ToKml(int nivel);
  11. public String getDescr();
  12. }