Uses of Class
org.openstreetmap.josm.gui.DownloadParamType
-
Packages that use DownloadParamType Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of DownloadParamType in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return DownloadParamType Modifier and Type Method Description static DownloadParamType
DownloadParamType. paramType(java.lang.String s)
Guess the type of a parameter string specified on the command line with --download= or --downloadgps.static DownloadParamType
DownloadParamType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DownloadParamType[]
DownloadParamType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-