Uses of Class
org.openstreetmap.josm.data.notes.NoteComment.Action
-
Packages that use NoteComment.Action Package Description org.openstreetmap.josm.data.notes Provides the classes for OSMnotes
.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of NoteComment.Action in org.openstreetmap.josm.data.notes
Fields in org.openstreetmap.josm.data.notes declared as NoteComment.Action Modifier and Type Field Description private NoteComment.Action
NoteComment. action
Methods in org.openstreetmap.josm.data.notes that return NoteComment.Action Modifier and Type Method Description NoteComment.Action
NoteComment. getNoteAction()
Returns the action associated with this note.static NoteComment.Action
NoteComment.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static NoteComment.Action[]
NoteComment.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openstreetmap.josm.data.notes with parameters of type NoteComment.Action Constructor Description NoteComment(Instant createDate, User user, String commentText, NoteComment.Action action, boolean isNew)
-
Uses of NoteComment.Action in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as NoteComment.Action Modifier and Type Field Description private NoteComment.Action
NoteReader.Parser. noteAction
-