com.arcao.geocaching.api.impl.live_geocaching_api.filter
Interface Filter

All Superinterfaces:
JsonSerializable
All Known Implementing Classes:
CacheCodeFilter, DifficultyFilter, GeocacheExclusionsFilter, GeocacheTypeFilter, NotFoundByUsersFilter, NotHiddenByUsersFilter, PointRadiusFilter, TerrainFilter

public interface Filter
extends JsonSerializable

Interface for all filters used in GeocachingApi.searchForGeocaches(boolean, int, int, int, Filter[]) method.

Author:
arcao

Method Summary
 String getName()
          Get a name of filter
 boolean isValid()
          Is filter valid, mean can be used?
 
Methods inherited from interface com.arcao.geocaching.api.impl.live_geocaching_api.builder.JsonSerializable
writeJson
 

Method Detail

getName

String getName()
Get a name of filter

Returns:
name of filter

isValid

boolean isValid()
Is filter valid, mean can be used?

Returns:
true if the filter is valid otherwise false


Copyright © 2012. All Rights Reserved.