Package org.bremersee.garmin.model
Interface CommonWaypointExtension
- All Known Implementing Classes:
WaypointExtension,WaypointExtension
public interface CommonWaypointExtension
The common waypoint extension interface.
- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptionGets address.Gets categories.getDepth()Gets depth.Gets display mode.List<? extends CommonPhoneNumberT> Gets phone numbers.Gets proximity.Gets temperature.voidSets depth.voidsetProximity(Double value) Sets proximity.voidsetTemperature(Double value) Sets temperature.
-
Method Details
-
getProximity
Double getProximity()Gets proximity.- Returns:
- the proximity
-
setProximity
Sets proximity.- Parameters:
value- the value
-
getTemperature
Double getTemperature()Gets temperature.- Returns:
- the temperature
-
setTemperature
Sets temperature.- Parameters:
value- the value
-
getDepth
Double getDepth()Gets depth.- Returns:
- the depth
-
setDepth
Sets depth.- Parameters:
value- the value
-
getDisplayMode
CommonDisplayModeT getDisplayMode()Gets display mode.- Returns:
- the display mode
-
getCategories
CommonCategoriesT getCategories()Gets categories.- Returns:
- the categories
-
getAddress
CommonAddressT getAddress()Gets address.- Returns:
- the address
-
getPhoneNumbers
List<? extends CommonPhoneNumberT> getPhoneNumbers()Gets phone numbers.- Returns:
- the phone numbers
-