Uses of Class
com.arcao.geocaching.api.impl.live_geocaching_api.StatusCode

Packages that use StatusCode
com.arcao.geocaching.api.impl.live_geocaching_api   
com.arcao.geocaching.api.impl.live_geocaching_api.exception   
com.arcao.geocaching.api.impl.live_geocaching_api.parser   
 

Uses of StatusCode in com.arcao.geocaching.api.impl.live_geocaching_api
 

Methods in com.arcao.geocaching.api.impl.live_geocaching_api that return StatusCode
static StatusCode StatusCode.parseStatusCode(int code)
           
static StatusCode StatusCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatusCode[] StatusCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StatusCode in com.arcao.geocaching.api.impl.live_geocaching_api.exception
 

Fields in com.arcao.geocaching.api.impl.live_geocaching_api.exception declared as StatusCode
protected  StatusCode LiveGeocachingApiException.statusCode
           
 

Constructors in com.arcao.geocaching.api.impl.live_geocaching_api.exception with parameters of type StatusCode
LiveGeocachingApiException(StatusCode statusCode, String message)
           
 

Uses of StatusCode in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 

Fields in com.arcao.geocaching.api.impl.live_geocaching_api.parser declared as StatusCode
protected  StatusCode StatusJsonParser.Status.statusCode
           
 

Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return StatusCode
 StatusCode StatusJsonParser.Status.getStatusCode()
           
 



Copyright © 2012. All Rights Reserved.