Uses of Class
org.openstreetmap.josm.data.notes.Note.State
-
Packages that use Note.State Package Description org.openstreetmap.josm.data.notes Provides the classes for OSMnotes
. -
-
Uses of Note.State in org.openstreetmap.josm.data.notes
Fields in org.openstreetmap.josm.data.notes declared as Note.State Modifier and Type Field Description private Note.State
Note. state
Methods in org.openstreetmap.josm.data.notes that return Note.State Modifier and Type Method Description Note.State
Note. getState()
Returns the open or closed state of this note.static Note.State
Note.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Note.State[]
Note.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.data.notes with parameters of type Note.State Modifier and Type Method Description void
Note. setState(Note.State state)
Sets the note state.
-