Interface CommonWaypointExtension

All Known Implementing Classes:
WaypointExtension, WaypointExtension

public interface CommonWaypointExtension
The common waypoint extension interface.
Author:
Christian Bremer
  • Method Details

    • getProximity

      Double getProximity()
      Gets proximity.
      Returns:
      the proximity
    • setProximity

      void setProximity(Double value)
      Sets proximity.
      Parameters:
      value - the value
    • getTemperature

      Double getTemperature()
      Gets temperature.
      Returns:
      the temperature
    • setTemperature

      void setTemperature(Double value)
      Sets temperature.
      Parameters:
      value - the value
    • getDepth

      Double getDepth()
      Gets depth.
      Returns:
      the depth
    • setDepth

      void setDepth(Double value)
      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