|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeType | |
|---|---|
| com.arcao.geocaching.api.data | |
| com.arcao.geocaching.api.data.type | |
| com.arcao.geocaching.api.impl.live_geocaching_api.parser | |
| Uses of AttributeType in com.arcao.geocaching.api.data |
|---|
| Methods in com.arcao.geocaching.api.data that return types with arguments of type AttributeType | |
|---|---|
List<AttributeType> |
Geocache.getAttributes()
|
| Constructor parameters in com.arcao.geocaching.api.data with type arguments of type AttributeType | |
|---|---|
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)
|
|
| Uses of AttributeType in com.arcao.geocaching.api.data.type |
|---|
| Methods in com.arcao.geocaching.api.data.type that return AttributeType | |
|---|---|
static AttributeType |
AttributeType.parseAttributeTypeByGroundSpeakId(int groundSpeakId,
boolean on)
|
static AttributeType |
AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of AttributeType in com.arcao.geocaching.api.impl.live_geocaching_api.parser |
|---|
| Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return AttributeType | |
|---|---|
protected static AttributeType |
JsonParser.parseAttributte(JsonReader r)
|
| Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return types with arguments of type AttributeType | |
|---|---|
protected static List<AttributeType> |
JsonParser.parseAttributteList(JsonReader r)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||