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

Packages that use WayPointType
com.arcao.geocaching.api.data   
com.arcao.geocaching.api.data.type   
 

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

Methods in com.arcao.geocaching.api.data that return WayPointType
 WayPointType Waypoint.getWayPointType()
           
 

Constructors in com.arcao.geocaching.api.data with parameters of type WayPointType
Waypoint(double longitude, double latitude, Date time, String waypointGeoCode, String name, String note, WayPointType wayPointType)
           
 

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

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



Copyright © 2012. All Rights Reserved.