Package | Description |
---|---|
org.openstreetmap.josm.data.notes | |
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
private NoteComment.Action |
NoteComment.action |
Modifier and Type | Method and Description |
---|---|
NoteComment.Action |
NoteComment.getNoteAction() |
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,
java.lang.Boolean isNew) |
Modifier and Type | Field and Description |
---|---|
private NoteComment.Action |
NoteReader.Parser.noteAction |