geocaching.api.impl.live_geocaching_api.filter
Class CacheCodeFilter

java.lang.Object
  extended by geocaching.api.impl.live_geocaching_api.filter.CacheCodeFilter
All Implemented Interfaces:
Filter

public class CacheCodeFilter
extends Object
implements Filter


Field Summary
protected  String[] caches
           
 
Constructor Summary
CacheCodeFilter(String... caches)
           
 
Method Summary
 String[] getCaches()
           
 String getName()
           
 boolean isValid()
           
 void writeJson(com.google.gson.stream.JsonWriter w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caches

protected String[] caches
Constructor Detail

CacheCodeFilter

public CacheCodeFilter(String... caches)
Method Detail

getCaches

public String[] getCaches()

isValid

public boolean isValid()
Specified by:
isValid in interface Filter

writeJson

public void writeJson(com.google.gson.stream.JsonWriter w)
               throws IOException
Specified by:
writeJson in interface Filter
Throws:
IOException

getName

public String getName()
Specified by:
getName in interface Filter


Copyright © 2012. All Rights Reserved.