Uses of Class
org.hdtourist.view.inf.InformacionDato

Packages that use InformacionDato
org.hdtourist.model.services   
org.hdtourist.model.services.xml   
org.hdtourist.view.inf   
 

Uses of InformacionDato in org.hdtourist.model.services
 

Methods in org.hdtourist.model.services with parameters of type InformacionDato
 void InformacionService.informaDato(InformacionDato dato, FicheroHdt fichero, java.lang.String uri)
          Informa el dato pasado por parámetro realizando las consultas que contiene.
 

Uses of InformacionDato in org.hdtourist.model.services.xml
 

Fields in org.hdtourist.model.services.xml declared as InformacionDato
private  InformacionDato InformacionConfigHandler.dato
          El dato.
 

Fields in org.hdtourist.model.services.xml with type parameters of type InformacionDato
private  java.util.List<InformacionDato> InformacionConfigHandler.datos
          Los datos.
 

Uses of InformacionDato in org.hdtourist.view.inf
 

Subclasses of InformacionDato in org.hdtourist.view.inf
 class InformacionDatoEnumerado
          The Class InformacionDatoEnumerado.
 class InformacionDatoSimple
          The Class InformacionDatoSimple.
 class InformacionEnlace
          The Class InformacionEnlace.
 class InformacionImagen
          The Class InformacionImagen.
 class InformacionLista
          The Class InformacionLista.
 class InformacionListaVinculos
          The Class InformacionListaVinculos.
 class InformacionMapa
          La clase InformacionMapa.
 

Fields in org.hdtourist.view.inf with type parameters of type InformacionDato
private  java.util.List<InformacionDato> InformacionGrupo.listaDatos
          The lista datos.
 

Methods in org.hdtourist.view.inf that return types with arguments of type InformacionDato
 java.util.List<InformacionDato> InformacionGrupo.getListaDatos()
          Gets the lista datos.
 

Methods in org.hdtourist.view.inf with parameters of type InformacionDato
 int InformacionDato.compareTo(InformacionDato another)
           
 

Method parameters in org.hdtourist.view.inf with type arguments of type InformacionDato
 void InformacionGrupo.setListaDatos(java.util.List<InformacionDato> listaDatos)
          Sets the lista datos.