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.StateNote. stateMethods in org.openstreetmap.josm.data.notes that return Note.State Modifier and Type Method Description Note.StateNote. getState()Returns the open or closed state of this note.static Note.StateNote.State. valueOf(java.lang.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 voidNote. setState(Note.State state)Sets the note state.
-