Uses of Class
it.geosolutions.geoserver.rest.decoder.RESTDataStore.DBType
-
Packages that use RESTDataStore.DBType Package Description it.geosolutions.geoserver.rest.decoder Decoders for GeoServer's beans. -
-
Uses of RESTDataStore.DBType in it.geosolutions.geoserver.rest.decoder
Methods in it.geosolutions.geoserver.rest.decoder that return RESTDataStore.DBType Modifier and Type Method Description static RESTDataStore.DBTypeRESTDataStore.DBType. get(java.lang.String restName)RESTDataStore.DBTypeRESTDataStore. getType()getTypestatic RESTDataStore.DBTypeRESTDataStore.DBType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RESTDataStore.DBType[]RESTDataStore.DBType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-