Uses of Class
com.gisgraphy.domain.valueobject.GisgraphyServiceType

Packages that use GisgraphyServiceType
com.gisgraphy.domain.valueobject Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. 
com.gisgraphy.servlet   
 

Uses of GisgraphyServiceType in com.gisgraphy.domain.valueobject
 

Methods in com.gisgraphy.domain.valueobject that return GisgraphyServiceType
static GisgraphyServiceType GisgraphyServiceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GisgraphyServiceType[] GisgraphyServiceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.gisgraphy.domain.valueobject with parameters of type GisgraphyServiceType
static Output.OutputFormat Output.OutputFormat.getDefaultForServiceIfNotSupported(Output.OutputFormat format, GisgraphyServiceType serviceType)
           
abstract  boolean Output.OutputFormat.isSupported(GisgraphyServiceType serviceType)
           
static Output.OutputFormat[] Output.OutputFormat.listByService(GisgraphyServiceType serviceType)
           
 

Uses of GisgraphyServiceType in com.gisgraphy.servlet
 

Methods in com.gisgraphy.servlet that return GisgraphyServiceType
abstract  GisgraphyServiceType GisgraphyServlet.getGisgraphyServiceType()
           
 GisgraphyServiceType GeolocServlet.getGisgraphyServiceType()
           
 GisgraphyServiceType StreetServlet.getGisgraphyServiceType()
           
 GisgraphyServiceType FulltextServlet.getGisgraphyServiceType()
           
 



Copyright © 2010. All Rights Reserved.