Uses of Class
org.openstreetmap.josm.io.UrlPatterns.NoteUrlPattern
-
Packages that use UrlPatterns.NoteUrlPattern Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of UrlPatterns.NoteUrlPattern in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that return UrlPatterns.NoteUrlPattern Modifier and Type Method Description static UrlPatterns.NoteUrlPattern
UrlPatterns.NoteUrlPattern. valueOf(String name)
Returns the enum constant of this type with the specified name.static UrlPatterns.NoteUrlPattern[]
UrlPatterns.NoteUrlPattern. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-