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