Uses of Class
com.arcao.geocaching.api.data.type.ContainerType

Packages that use ContainerType
com.arcao.geocaching.api.data   
com.arcao.geocaching.api.data.type   
com.arcao.geocaching.api.impl.live_geocaching_api.parser   
 

Uses of ContainerType in com.arcao.geocaching.api.data
 

Methods in com.arcao.geocaching.api.data that return ContainerType
 ContainerType SimpleGeocache.getContainerType()
           
 

Constructors in com.arcao.geocaching.api.data with parameters of type ContainerType
Geocache(String cacheCode, String name, double longitude, double latitude, CacheType cacheType, float difficultyRating, float terrainRating, String authorGuid, String authorName, boolean available, boolean archived, boolean premiumListing, Date created, String contactName, ContainerType containerType, int trackableCount, boolean found, String countryName, String stateName, String shortDescription, String longDescrition, String hint, List<CacheLog> cacheLogs, List<Trackable> trackables, List<Waypoint> waypoints, List<AttributeType> attributes, List<UserWaypoint> userWaypoints)
           
SimpleGeocache(String cacheCode, String name, double longitude, double latitude, CacheType cacheType, float difficultyRating, float terrainRating, String authorGuid, String authorName, boolean available, boolean archived, boolean premiumListing, Date created, String contactName, ContainerType containerType, int trackableCount, boolean found)
           
 

Uses of ContainerType in com.arcao.geocaching.api.data.type
 

Methods in com.arcao.geocaching.api.data.type that return ContainerType
static ContainerType ContainerType.parseContainerType(String container)
           
static ContainerType ContainerType.parseContainerTypeByGroundSpeakId(int groundSpeakId)
           
static ContainerType ContainerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContainerType[] ContainerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return ContainerType
protected static ContainerType JsonParser.parseContainerType(JsonReader r)
           
 



Copyright © 2012. All Rights Reserved.