Package | Description |
---|---|
org.openstreetmap.josm |
Modifier and Type | Method and Description |
---|---|
private static 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.
|