| Package | Description |
|---|---|
| org.openstreetmap.josm.data.notes |
Provides the classes for OSM
notes. |
| org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
| Modifier and Type | Field and Description |
|---|---|
private NoteComment.Action |
NoteComment.action |
| Modifier and Type | Method and Description |
|---|---|
NoteComment.Action |
NoteComment.getNoteAction()
Returns the action associated with this note.
|
static NoteComment.Action |
NoteComment.Action.valueOf(java.lang.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.
|
| Constructor and Description |
|---|
NoteComment(java.util.Date createDate,
User user,
java.lang.String commentText,
NoteComment.Action action,
boolean isNew) |
| Modifier and Type | Field and Description |
|---|---|
private NoteComment.Action |
NoteReader.Parser.noteAction |