geocaching.api.impl.live_geocaching_api.filter
Interface Filter

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

public interface Filter


Method Summary
 String getName()
           
 boolean isValid()
           
 void writeJson(com.google.gson.stream.JsonWriter w)
           
 

Method Detail

writeJson

void writeJson(com.google.gson.stream.JsonWriter w)
               throws IOException
Throws:
IOException

getName

String getName()

isValid

boolean isValid()


Copyright © 2012. All Rights Reserved.