Uses of Enum Class
org.bremersee.garmin.gpx.v2.model.ext.DisplayModeT
Packages that use DisplayModeT
-
Uses of DisplayModeT in org.bremersee.garmin.gpx.v2.model.ext
Fields in org.bremersee.garmin.gpx.v2.model.ext declared as DisplayModeTMethods in org.bremersee.garmin.gpx.v2.model.ext that return DisplayModeTModifier and TypeMethodDescriptionstatic DisplayModeTWaypointExtension.getDisplayMode()Gets the value of the displayMode property.static DisplayModeTReturns the enum constant of this class with the specified name.static DisplayModeT[]DisplayModeT.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bremersee.garmin.gpx.v2.model.ext with parameters of type DisplayModeTModifier and TypeMethodDescriptionvoidWaypointExtension.setDisplayMode(DisplayModeT value) Sets the value of the displayMode property.