Uses of Class
org.openstreetmap.josm.Main.DownloadParamType

Packages that use Main.DownloadParamType
org.openstreetmap.josm   
 

Uses of Main.DownloadParamType in org.openstreetmap.josm
 

Methods in org.openstreetmap.josm that return Main.DownloadParamType
private  Main.DownloadParamType Main.paramType(java.lang.String s)
          Guess the type of a parameter string specified on the command line with --download= or --downloadgps.
static Main.DownloadParamType Main.DownloadParamType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Main.DownloadParamType[] Main.DownloadParamType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



JOSM